soc/intel/broadwell/Kconfig: Clean up redefined config options

All broadwell board set HAVE_IFD_BIN to default n, overloading the option in
soc, therefore just use the defaults in sb/intel/common/firmware.

Change-Id: I250dbbc9d61ecedc1a1eb48751ad966732604349
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/28011
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:28:12 +02:00 committed by Patrick Georgi
parent 2919f7f703
commit 6cfa4f763d
5 changed files with 0 additions and 38 deletions

View File

@ -74,12 +74,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

View File

@ -55,12 +55,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

View File

@ -35,12 +35,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_WTM2

View File

@ -37,14 +37,6 @@ config PCIEXP_L1_SUB_STATE
config PCIEXP_AER
def_bool n
config HAVE_IFD_BIN
bool
default n
config HAVE_ME_BIN
bool
default n
config MAINBOARD_DIR
string
default purism/librem_bdw

View File

@ -207,12 +207,6 @@ config REFCODE_BLOB_FILE
endif # HAVE_REFCODE_BLOB
config HAVE_ME_BIN
def_bool y
config BUILD_WITH_FAKE_IFD
def_bool !HAVE_IFD_BIN
config CHIPSET_BOOTBLOCK_INCLUDE
string
default "soc/intel/broadwell/bootblock/timestamp.inc"