soc/intel/braswell/Kconfig: Clean up redefined config options
There is no need to redefine option present in southbridge/intel/common/firmware/Kconfig. FAKE_IFD depends on out tree flashrom patches for which there are better alternatives available now, so don't build with FAKE_IFD by default. Change-Id: Icd41137a1bbfe519c89a71cc0c7c3755558bd834 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/28010 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:
parent
8113083cdf
commit
2919f7f703
|
@ -120,15 +120,6 @@ config ENABLE_BUILTIN_COM1
|
|||
configure the pads and enable it. This serial port can be used for
|
||||
the debug console.
|
||||
|
||||
config HAVE_IFD_BIN
|
||||
def_bool n
|
||||
|
||||
config BUILD_WITH_FAKE_IFD
|
||||
def_bool !HAVE_IFD_BIN
|
||||
|
||||
config HAVE_ME_BIN
|
||||
def_bool n
|
||||
|
||||
config IED_REGION_SIZE
|
||||
hex
|
||||
default 0x400000
|
||||
|
|
Loading…
Reference in New Issue