Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28009
Change subject: sb/intel/lynxpoint: Don't build with FAKE_IFD by default ......................................................................
sb/intel/lynxpoint: 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: I21bc5bdc8b733fbfdb1b2a4fbcb572c76701074a Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/southbridge/intel/lynxpoint/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/28009/1
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index 4e5527a..ee870fc 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -57,10 +57,6 @@ If you set this option to y, the serial IRQ machine will be operated in continuous mode.
-config BUILD_WITH_FAKE_IFD - bool - default y if !HAVE_IFD_BIN - config ME_MBP_CLEAR_LATE bool "Defer wait for ME MBP Cleared" default y