diff options
author | Paul Mackerras <paulus@samba.org> | 2006-09-13 21:07:18 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-13 21:07:18 (GMT) |
commit | c547fc28ab3e8716076fdaf4bd0260c5d63a18f7 (patch) | |
tree | 34af1fa64a63618660187ae58ad182665a1861ef /lib/Kconfig | |
parent | 3dd836a56de0d4f049438412959b905e1db4666e (diff) | |
parent | 63b98080daa35f0d682db04f4fb7ada010888752 (diff) | |
download | linux-c547fc28ab3e8716076fdaf4bd0260c5d63a18f7.tar.xz |
Merge branch 'linux-2.6'
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index f629934..734ce95 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 # |