]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
regulator: pbias: don't evaluate variable before assignment
[u-boot] / lib / Kconfig
index 4fd41c4282a14ae7a93adf2b31b95e5ad80f921e..436b90fa85cb8c9304b6c9439a5e22856f29c9e2 100644 (file)
@@ -66,7 +66,6 @@ config PANIC_HANG
 
 config REGEX
        bool "Enable regular expression support"
-       default n if ARCH_SUNXI
        default y if NET
        help
          If this variable is defined, U-Boot is linked against the
@@ -310,5 +309,6 @@ endmenu
 
 source lib/efi/Kconfig
 source lib/efi_loader/Kconfig
+source lib/optee/Kconfig
 
 endmenu