intel_quark: move X86_IAMCU to defconfig

Do not force selection of X86_IAMCU

Jira: ZEP-867
Change-Id: I2ca0bcd73502321e9e6f5a4638c309393da54e43
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-09-14 07:44:20 -04:00 committed by Anas Nashif
commit 442987f542
4 changed files with 14 additions and 8 deletions

View file

@ -19,6 +19,13 @@ if SOC_SERIES_QUARK_D2000
config SOC_SERIES
default quark_d2000
config X86_IAMCU
def_bool y
config TOOLCHAIN_VARIANT
default "iamcu" if X86_IAMCU
default "" if !X86_IAMCU
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32000000
@ -49,9 +56,6 @@ config PHYS_RAM_ADDR
help
This option specifies the physical SRAM address of this Soc.
config TOOLCHAIN_VARIANT
default "iamcu"
config QMSI
def_bool y

View file

@ -19,7 +19,6 @@ config SOC_SERIES_QUARK_D2000
select LOAPIC_TIMER
select XIP
select MVIC
select X86_IAMCU
select HAS_QMSI
select SOC_FAMILY_QUARK
help

View file

@ -19,6 +19,13 @@ if SOC_SERIES_QUARK_SE
config SOC_SERIES
default quark_se
config X86_IAMCU
def_bool y
config TOOLCHAIN_VARIANT
default "iamcu" if X86_IAMCU
default "" if !X86_IAMCU
config PHYS_RAM_ADDR
default 0xA8006400
@ -40,9 +47,6 @@ config IOAPIC_NUM_RTES
config LOAPIC_TIMER_IRQ
default 64 if LOAPIC_TIMER
config TOOLCHAIN_VARIANT
default "iamcu"
config QMSI
def_bool y

View file

@ -21,7 +21,6 @@ config SOC_SERIES_QUARK_SE
select LOAPIC
select LOAPIC_TIMER
select XIP
select X86_IAMCU
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
select SYS_POWER_DEEP_SLEEP_SUPPORTED
select HAS_QMSI