]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
tegra: video: Support serial output resource (SOR) on tegra124
[karo-tx-uboot.git] / lib / Kconfig
index 4a4980996a99e18569f45c4e13d124644807622d..bb0fa27189f683bad75618c8bcb72bccd6632e01 100644 (file)
@@ -39,6 +39,14 @@ config SYS_VSNPRINTF
          Thumb-2, about 420 bytes). Enable this option for safety when
          using sprintf() with data you do not control.
 
+config REGEX
+       bool "Enable regular expression support"
+       help
+         If this variable is defined, U-Boot is linked against the
+         SLRE (Super Light Regular Expression) library, which adds
+         regex support to some commands, for example "env grep" and
+         "setexpr".
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"