sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by default

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: I2c6a6586da9a6d26b0a5bf7d3ba8f3ffe3205647
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28018
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2018-08-10 23:09:15 +02:00 committed by Patrick Georgi
parent b3e15a2895
commit cac468c834
2 changed files with 0 additions and 6 deletions

View File

@ -66,9 +66,6 @@ config HPET_MIN_TICKS
hex hex
default 0x80 default 0x80
config BUILD_WITH_FAKE_IFD
def_bool !HAVE_IFD_BIN
endif endif
if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 || SOUTHBRIDGE_INTEL_IBEXPEAK if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 || SOUTHBRIDGE_INTEL_IBEXPEAK

View File

@ -58,9 +58,6 @@ 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 BUILD_WITH_FAKE_IFD
def_bool !HAVE_IFD_BIN
config HPET_MIN_TICKS config HPET_MIN_TICKS
hex hex
default 0x80 default 0x80