]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
LG Optimus Black (P970) codename sniper support
[karo-tx-uboot.git] / lib / Kconfig
index 35531080e120df94df7fe130f08e3859106f1a96..867cc4ca4dab7f92b74e9239c70e019f99fb2c69 100644 (file)
@@ -53,6 +53,8 @@ config LIB_RAND
        help
          This library provides pseudo-random number generator functions.
 
+source lib/dhry/Kconfig
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"
@@ -99,4 +101,6 @@ config ERRNO_STR
          - if errno is null or positive number - a pointer to "Success" message
          - if errno is negative - a pointer to errno related message
 
+source lib/efi/Kconfig
+
 endmenu