Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
303 B
Text
13 lines
303 B
Text
|
|
config SOC_SERIES_QUARK_X1000
|
|
bool "Intel Quark X1000 Series"
|
|
select CPU_MINUTEIA
|
|
select CPU_HAS_FPU
|
|
select HPET_TIMER
|
|
select BOOTLOADER_UNKNOWN
|
|
select PCI
|
|
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
|
|
select SYS_POWER_DEEP_SLEEP_SUPPORTED
|
|
select SOC_FAMILY_QUARK
|
|
help
|
|
Intel Quark X1000 SoC.
|