diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-08-10 20:20:09 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 15:45:04 +0000 |
commit | 2919f7f703da5e51c2023880758947747343177c (patch) | |
tree | dd320c25375c2bfebd7ceda01d9bfe4f9aba74be /src | |
parent | 8113083cdff1075b0363ee77c8511568d2736990 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/braswell/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
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 |