summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 46384283c43..77ebc79e1db 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -72,7 +72,7 @@ config DYNAMIC_CRC_TABLE
This can be helpful when reducing the size of the build image
config SUPPORTS_FW_LOADER
- bool
+ def_bool y
depends on CMDLINE
depends on ENV_SUPPORT
@@ -285,7 +285,7 @@ config PANIC_HANG
config REGEX
bool "Enable regular expression support"
- default y if NET
+ default y if NET_LEGACY
help
If this variable is defined, U-Boot is linked against the
SLRE (Super Light Regular Expression) library, which adds
@@ -1277,9 +1277,8 @@ config SPL_LMB
the data structures needed for maintaining the LMB memory map.
config LMB_ARCH_MEM_MAP
- bool "Add an architecture specific memory map"
+ bool
depends on LMB
- depends on !COMPILE_TEST
default y if FSL_LAYERSCAPE || X86
help
Some architectures have special or unique aspects which need