diff options
-rw-r--r-- | src/soc/intel/braswell/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 11d946aa27..c546e403a5 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -124,13 +124,13 @@ config ENABLE_BUILTIN_COM1 the debug console. config HAVE_IFD_BIN - def_bool y + def_bool n config BUILD_WITH_FAKE_IFD def_bool !HAVE_IFD_BIN config HAVE_ME_BIN - def_bool y + def_bool n config IED_REGION_SIZE hex |