diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-13 10:31:07 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-20 18:44:10 +0000 |
commit | ece3bf37f9953fc42fff9443d4522f17519ae630 (patch) | |
tree | e5b6747648d9d5ba38d50451c26a8723f28b433b /src | |
parent | 5a303b219427a908a06d9f9701d1d3e0f6f8b705 (diff) |
soc/intel/bdw/pch: Remove SOC_INTEL_BROADWELL conditional
broadwell/pch/Kconfig is sourced if SOC_INTEL_BROADWELL is true. So
remove 'if SOC_INTEL_BROADWELL' condition and duplicated
'INTEL_LYNXPOINT_LP'
Change-Id: I9b5676fd232b47e9d5f89f7faffdfd5d2c76984e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76699
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/broadwell/Kconfig | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/pch/Kconfig | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index e5784c5f8a..ab2807ad90 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -6,6 +6,7 @@ config SOC_INTEL_BROADWELL select MRC_SETTINGS_PROTECT select REG_SCRIPT select TCO_SPACE_NOT_YET_SPLIT + select INTEL_LYNXPOINT_LP help Intel Broadwell and Haswell ULT support. diff --git a/src/soc/intel/broadwell/pch/Kconfig b/src/soc/intel/broadwell/pch/Kconfig index bd1bea5f20..20e1ebc639 100644 --- a/src/soc/intel/broadwell/pch/Kconfig +++ b/src/soc/intel/broadwell/pch/Kconfig @@ -1,6 +1,5 @@ config INTEL_LYNXPOINT_LP bool - default y if SOC_INTEL_BROADWELL config PCH_SPECIFIC_OPTIONS def_bool y @@ -16,7 +15,6 @@ config PCH_SPECIFIC_OPTIONS select HAVE_SMI_HANDLER select HAVE_USBDEBUG select INTEL_DESCRIPTOR_MODE_CAPABLE - select INTEL_LYNXPOINT_LP select RTC select SOUTHBRIDGE_INTEL_COMMON_EARLY_SMBUS select SOUTHBRIDGE_INTEL_COMMON_RESET |