mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 11:01:57 +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>
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
CONFIG_X86=y
|
|
CONFIG_SOC_QUARK_SE=y
|
|
CONFIG_BOARD_ARDUINO_101=y
|
|
CONFIG_CPU_MINUTEIA=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_IRQ_RISING_EDGE=y
|
|
CONFIG_UART_NS16550=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_IPM=y
|
|
CONFIG_IPM_QUARK_SE=y
|
|
CONFIG_IPM_QUARK_SE_MASTER=y
|
|
CONFIG_IPM_CONSOLE_RECEIVER=y
|
|
CONFIG_ARC_INIT=y
|
|
CONFIG_PINMUX=y
|