of/lib: Allow scripts/dtc/libfdt to be used from kernel code
[deliverable/linux.git] / lib / Kconfig
index 0e25c03939e31cf5db30a1731a69e40e6f019f4f..e091300b2045bab9319ca99f82062af8a354129d 100644 (file)
@@ -16,6 +16,12 @@ config BITREVERSE
 config RATIONAL
        boolean
 
+config GENERIC_STRNCPY_FROM_USER
+       bool
+
+config GENERIC_STRNLEN_USER
+       bool
+
 config GENERIC_FIND_FIRST_BIT
        bool
 
@@ -33,6 +39,9 @@ config GENERIC_IO
        boolean
        default n
 
+config STMP_DEVICE
+       bool
+
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -386,4 +395,10 @@ config SIGNATURE
          Digital signature verification. Currently only RSA is supported.
          Implementation is done using GnuPG MPI library
 
+#
+# libfdt files, only selected if needed.
+#
+config LIBFDT
+       bool
+
 endmenu
This page took 0.025395 seconds and 5 git commands to generate.