Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58550 )
Change subject: soc/intel/quark/Kconfig: don't unselect CPU_X86_LAPIC ......................................................................
soc/intel/quark/Kconfig: don't unselect CPU_X86_LAPIC
The Intel Quark SoC does have a LAPIC on its x86 CPU core, so we should select CPU_X86_LAPIC.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I2f163bd608f0548abb0e8de90843d2a796b8ef6c --- M src/soc/intel/quark/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/58550/1
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index bf9d475..1a9bfef 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -24,10 +24,6 @@ select USE_MARCH_586 select NO_SMM
-config CPU_X86_LAPIC - bool - default n - ##### # Debug serial output # The following options configure the debug serial port