summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSteve French2007-10-22 18:28:19 +0200
committerSteve French2007-10-22 18:28:19 +0200
commit7efb35af738e96565934cc640d863eb18dba0206 (patch)
tree29ed331d864b0cfa73fdca5fd3982896e56f9530 /init
parentMerge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 (diff)
parentNFS: Fix a typo in nfs_call_unlink() (diff)
downloadkernel-qcow2-linux-7efb35af738e96565934cc640d863eb18dba0206.tar.gz
kernel-qcow2-linux-7efb35af738e96565934cc640d863eb18dba0206.tar.xz
kernel-qcow2-linux-7efb35af738e96565934cc640d863eb18dba0206.zip
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 541382d539ad..b7dffa837926 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -234,6 +234,10 @@ config AUDITSYSCALL
such as SELinux. To use audit's filesystem watch feature, please
ensure that INOTIFY is configured.
+config AUDIT_TREE
+ def_bool y
+ depends on AUDITSYSCALL && INOTIFY
+
config IKCONFIG
tristate "Kernel .config support"
---help---