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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/28007
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans
2018-08-10 20:13:18 +02:00
committed by Patrick Georgi
parent a4797aa9f6
commit d2113154d3
4 changed files with 0 additions and 42 deletions

View File

@ -65,12 +65,4 @@ config VGA_BIOS_FILE
string string
default "pci8086,0406.rom" default "pci8086,0406.rom"
config HAVE_IFD_BIN
bool
default n
config HAVE_ME_BIN
bool
default n
endif # BOARD_GOOGLE_BASEBOARD_BELTINO endif # BOARD_GOOGLE_BASEBOARD_BELTINO

View File

@ -73,12 +73,4 @@ config VGA_BIOS_FILE
string string
default "pci8086,0406.rom" default "pci8086,0406.rom"
config HAVE_IFD_BIN
bool
default n
config HAVE_ME_BIN
bool
default n
endif # BOARD_GOOGLE_BASEBOARD_SLIPPY endif # BOARD_GOOGLE_BASEBOARD_SLIPPY

View File

@ -37,12 +37,4 @@ config VGA_BIOS_FILE
string string
default "pci8086,0166.rom" default "pci8086,0166.rom"
config HAVE_IFD_BIN
bool
default n
config HAVE_ME_BIN
bool
default n
endif # BOARD_INTEL_BASKING_RIDGE endif # BOARD_INTEL_BASKING_RIDGE

View File

@ -57,28 +57,10 @@ config SERIRQ_CONTINUOUS_MODE
If you set this option to y, the serial IRQ machine will be If you set this option to y, the serial IRQ machine will be
operated in continuous mode. operated in continuous mode.
config HAVE_IFD_BIN
bool
default y
config BUILD_WITH_FAKE_IFD config BUILD_WITH_FAKE_IFD
bool bool
default y if !HAVE_IFD_BIN 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 config ME_MBP_CLEAR_LATE
bool "Defer wait for ME MBP Cleared" bool "Defer wait for ME MBP Cleared"
default y default y