diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
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 | |||
234 | such as SELinux. To use audit's filesystem watch feature, please | 234 | such as SELinux. To use audit's filesystem watch feature, please |
235 | ensure that INOTIFY is configured. | 235 | ensure that INOTIFY is configured. |
236 | 236 | ||
237 | config AUDIT_TREE | ||
238 | def_bool y | ||
239 | depends on AUDITSYSCALL && INOTIFY | ||
240 | |||
237 | config IKCONFIG | 241 | config IKCONFIG |
238 | tristate "Kernel .config support" | 242 | tristate "Kernel .config support" |
239 | ---help--- | 243 | ---help--- |