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>
This commit is contained in:
Elyes Haouas 2023-08-13 10:31:07 +02:00 committed by Martin L Roth
parent 5a303b2194
commit ece3bf37f9
2 changed files with 1 additions and 2 deletions

View File

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

View File

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