zephyr/soc/x86/intel_quark/quark_x1000/Kconfig.series
Anas Nashif cff0005a87 x86: move soc/cpu to top-level under soc/
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>
2018-09-13 00:56:48 -04:00

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.