X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FKconfig;h=734ce95a93d121ab892fdadcf0f51a54079e5747;hb=cb5b562444c27cf53f5d297bd7a89807ea614cf3;hp=3de93357f5ab1e05c370164e5e390eb7d0595f9f;hpb=fac84ef26759a3725bfc53ae3abf21976360aff3;p=pandora-kernel.git diff --git a/lib/Kconfig b/lib/Kconfig index 3de93357f5ab..734ce95a93d1 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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