mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 10:35:22 +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>
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
CONFIG_X86=y
|
|
CONFIG_SOC_QUARK_D2000=y
|
|
CONFIG_BOARD_QUARK_D2000_CRB=y
|
|
CONFIG_CPU_MINUTEIA=y
|
|
CONFIG_IDT_NUM_VECTORS=64
|
|
CONFIG_LOAPIC_TIMER_DIVIDER_UNSUPPORTED=y
|
|
CONFIG_UART_NS16550=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_HAS_DRIVER=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_ISR_STACK_SIZE=256
|
|
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_PINMUX=y
|