of/lib: Allow scripts/dtc/libfdt to be used from kernel code
[deliverable/linux.git] / lib / Kconfig
index 98230ac3db29327544535a5d9500ce07e0fae649..e091300b2045bab9319ca99f82062af8a354129d 100644 (file)
@@ -19,6 +19,9 @@ config RATIONAL
 config GENERIC_STRNCPY_FROM_USER
        bool
 
+config GENERIC_STRNLEN_USER
+       bool
+
 config GENERIC_FIND_FIRST_BIT
        bool
 
@@ -36,6 +39,9 @@ config GENERIC_IO
        boolean
        default n
 
+config STMP_DEVICE
+       bool
+
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -389,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.026618 seconds and 5 git commands to generate.