From 2919f7f703da5e51c2023880758947747343177c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 10 Aug 2018 20:20:09 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/28010 Reviewed-by: Angel Pons Reviewed-by: Tristan Corrick Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/intel/braswell/Kconfig | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 23e5990d54..607d78c8b0 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -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 -- cgit v1.2.3