sb/intel/lynxpoint/Kconfig: Remove SOUTH_BRIDGE_OPTIONS
Remove dummy SOUTH_BRIDGE_OPTIONS. Change-Id: Ic2f10ef03844ff55addfa27035b54971ac41dbc9 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76949 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
254a7c0f81
commit
ce61679c69
|
@ -2,11 +2,6 @@
|
|||
|
||||
config SOUTHBRIDGE_INTEL_LYNXPOINT
|
||||
bool
|
||||
|
||||
if SOUTHBRIDGE_INTEL_LYNXPOINT
|
||||
|
||||
config SOUTH_BRIDGE_OPTIONS
|
||||
def_bool y
|
||||
select ACPI_COMMON_MADT_IOAPIC
|
||||
select ACPI_COMMON_MADT_LAPIC
|
||||
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
||||
|
@ -37,6 +32,8 @@ config SOUTH_BRIDGE_OPTIONS
|
|||
select SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG
|
||||
select TCO_SPACE_NOT_YET_SPLIT
|
||||
|
||||
if SOUTHBRIDGE_INTEL_LYNXPOINT
|
||||
|
||||
config INTEL_LYNXPOINT_LP
|
||||
bool
|
||||
default n
|
||||
|
|
Loading…
Reference in New Issue