From cac468c8343df3ee1c5541aaf276248d221fa985 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 10 Aug 2018 23:09:15 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/28018 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick Reviewed-by: Nico Huber --- src/southbridge/intel/bd82x6x/Kconfig | 3 --- src/southbridge/intel/ibexpeak/Kconfig | 3 --- 2 files changed, 6 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/bd82x6x/Kconfig b/src/southbridge/intel/bd82x6x/Kconfig index 3033e20e5b..c028595e9c 100644 --- a/src/southbridge/intel/bd82x6x/Kconfig +++ b/src/southbridge/intel/bd82x6x/Kconfig @@ -66,9 +66,6 @@ config HPET_MIN_TICKS hex default 0x80 -config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - endif if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 || SOUTHBRIDGE_INTEL_IBEXPEAK diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig index 5cf402c7da..d377950818 100644 --- a/src/southbridge/intel/ibexpeak/Kconfig +++ b/src/southbridge/intel/ibexpeak/Kconfig @@ -58,9 +58,6 @@ config SERIRQ_CONTINUOUS_MODE If you set this option to y, the serial IRQ machine will be operated in continuous mode. -config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - config HPET_MIN_TICKS hex default 0x80 -- cgit v1.2.3