]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
Allow CONFIG_REGEX to be disabled when CONFIG_NET
[u-boot] / lib / Kconfig
index 7ec8c98da2b32ab078f18e0802e82a9d76be45dd..c98d3997b7dec85e51a2461601fe85fb20a2c22a 100644 (file)
@@ -38,6 +38,7 @@ config SYS_VSNPRINTF
 
 config REGEX
        bool "Enable regular expression support"
+       default y if NET
        help
          If this variable is defined, U-Boot is linked against the
          SLRE (Super Light Regular Expression) library, which adds