From d2113154d3b7b471346326afc56c9f80b758c4fd Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 10 Aug 2018 20:13:18 +0200 Subject: sb/intel/lynxpoint/Kconfig: Clean up redefined config options There is no need to redefine option present in southbridge/intel/common/firmware/Kconfig. Change-Id: I9999440031b07006e2df11e00dfb9f3dbe04f832 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/28007 Reviewed-by: Angel Pons Reviewed-by: Tristan Corrick Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/google/beltino/Kconfig | 8 -------- src/mainboard/google/slippy/Kconfig | 8 -------- src/mainboard/intel/baskingridge/Kconfig | 8 -------- src/southbridge/intel/lynxpoint/Kconfig | 18 ------------------ 4 files changed, 42 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig index 428db7346c..aaec9f77c7 100644 --- a/src/mainboard/google/beltino/Kconfig +++ b/src/mainboard/google/beltino/Kconfig @@ -65,12 +65,4 @@ config VGA_BIOS_FILE string default "pci8086,0406.rom" -config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif # BOARD_GOOGLE_BASEBOARD_BELTINO diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index c43b713ec0..6891c0b7f4 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -73,12 +73,4 @@ config VGA_BIOS_FILE string default "pci8086,0406.rom" -config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif # BOARD_GOOGLE_BASEBOARD_SLIPPY diff --git a/src/mainboard/intel/baskingridge/Kconfig b/src/mainboard/intel/baskingridge/Kconfig index 445dbcbf22..1fd07c2085 100644 --- a/src/mainboard/intel/baskingridge/Kconfig +++ b/src/mainboard/intel/baskingridge/Kconfig @@ -37,12 +37,4 @@ config VGA_BIOS_FILE string default "pci8086,0166.rom" -config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif # BOARD_INTEL_BASKING_RIDGE diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index 8d5cbbf227..4e5527aa5f 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -57,28 +57,10 @@ config SERIRQ_CONTINUOUS_MODE If you set this option to y, the serial IRQ machine will be operated in continuous mode. -config HAVE_IFD_BIN - bool - default y - config BUILD_WITH_FAKE_IFD bool default y if !HAVE_IFD_BIN -config IFD_BIN_PATH - string - depends on !BUILD_WITH_FAKE_IFD - default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/descriptor.bin" - -config HAVE_ME_BIN - bool - default y - -config ME_BIN_PATH - string - depends on HAVE_ME_BIN - default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/me.bin" - config ME_MBP_CLEAR_LATE bool "Defer wait for ME MBP Cleared" default y -- cgit v1.2.3