mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 06:25:21 +00:00
Change terminology and use SoC instead of platform. An SoC provides features and default configurations available with an SoC. A board implements the SoC and adds more features and IP block specific to the board to extend the SoC functionality such as sensors and debugging features. Change-Id: I15e8d78a6d4ecd5cfb3bc25ced9ba77e5ea1122f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
CONFIG_X86=y
|
|
CONFIG_SOC_IA32=y
|
|
CONFIG_CPU_MINUTEIA=y
|
|
CONFIG_IOAPIC=y
|
|
CONFIG_LOAPIC_TIMER=y
|
|
CONFIG_PIC_DISABLE=y
|
|
CONFIG_LOAPIC=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_NS16550=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
|
|