]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
[POWERPC] modify PCI code for a merged kernel
[karo-tx-linux.git] / lib / Kconfig
index 3de93357f5ab1e05c370164e5e390eb7d0595f9f..734ce95a93d121ab892fdadcf0f51a54079e5747 100644 (file)
@@ -38,6 +38,11 @@ config LIBCRC32C
          require M here.  See Castagnoli93.
          Module will be libcrc32c.
 
+config AUDIT_GENERIC
+       bool
+       depends on AUDIT && !AUDIT_ARCH
+       default y
+
 #
 # compression support is select'ed if needed
 #
@@ -86,4 +91,10 @@ config TEXTSEARCH_BM
 config TEXTSEARCH_FSM
        tristate
 
+#
+# plist support is select#ed if needed
+#
+config PLIST
+       boolean
+
 endmenu