summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/Kconfig
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-08-21 20:39:25 +0200
committerMartin L Roth <gaumless@gmail.com>2023-08-21 23:45:43 +0000
commit757509113b6b944167cf1f13f9569236cd7e5b18 (patch)
treea704133034ae50f622c9381454513145ef86d02b /src/soc/intel/baytrail/Kconfig
parenta1957314c2cb78a229ca87bd2523d24001a644a9 (diff)
downloadcoreboot-757509113b6b944167cf1f13f9569236cd7e5b18.tar.gz
coreboot-757509113b6b944167cf1f13f9569236cd7e5b18.tar.bz2
coreboot-757509113b6b944167cf1f13f9569236cd7e5b18.zip
soc: Remove SOC_SPECIFIC_OPTIONS
Move specific options under the boolean and remove dummy SOC_SPECIFIC_OPTIONS. Change-Id: I6ae52ceb61489e5a050a60d1fbbf4250960407eb Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76487 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/intel/baytrail/Kconfig')
-rw-r--r--src/soc/intel/baytrail/Kconfig11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index f3c914c7efa2..13fd201f9f9d 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -1,12 +1,5 @@
config SOC_INTEL_BAYTRAIL
bool
- help
- Bay Trail M/D part support.
-
-if SOC_INTEL_BAYTRAIL
-
-config CPU_SPECIFIC_OPTIONS
- def_bool y
select ACPI_COMMON_MADT_IOAPIC
select ACPI_COMMON_MADT_LAPIC
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
@@ -38,6 +31,10 @@ config CPU_SPECIFIC_OPTIONS
select CPU_HAS_L2_ENABLE_MSR
select TCO_SPACE_NOT_YET_SPLIT
select USE_DDR3
+ help
+ Bay Trail M/D part support.
+
+if SOC_INTEL_BAYTRAIL
config VBOOT
select VBOOT_MUST_REQUEST_DISPLAY