diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-22 10:32:08 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-03 18:24:26 +0000 |
commit | 4bf1385c6c55c338495048de4426b37cfca2f3ee (patch) | |
tree | b6cacd4eb49581f74aaf0047a399255345f6ed4f | |
parent | ede988fb53362bd470ccc6526bd30528ee1d26ff (diff) |
soc/intel/broadwell/Kconfig: Remove dummy SOC_SPECIFIC_OPTIONS
Change-Id: I4ccb8d38f18cb440f54723cc1f29e25b82dac8ee
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76700
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/intel/broadwell/Kconfig | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 3878f142a7..e5784c5f8a 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -1,18 +1,15 @@ config SOC_INTEL_BROADWELL bool - help - Intel Broadwell and Haswell ULT support. - -if SOC_INTEL_BROADWELL - -config SOC_SPECIFIC_OPTIONS - def_bool y select CACHE_MRC_SETTINGS select CPU_INTEL_HASWELL select INTEL_GMA_ACPI select MRC_SETTINGS_PROTECT select REG_SCRIPT select TCO_SPACE_NOT_YET_SPLIT + help + Intel Broadwell and Haswell ULT support. + +if SOC_INTEL_BROADWELL config BROADWELL_LPDDR3 bool |