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>
This commit is contained in:
Elyes Haouas 2023-07-22 10:32:08 +02:00
parent ede988fb53
commit 4bf1385c6c
1 changed files with 4 additions and 7 deletions

View File

@ -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