diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index d4e9671347ee..5de1c17c51ed 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -302,7 +302,8 @@ config AUDITSYSCALL | |||
302 | 302 | ||
303 | config AUDIT_TREE | 303 | config AUDIT_TREE |
304 | def_bool y | 304 | def_bool y |
305 | depends on AUDITSYSCALL && INOTIFY | 305 | depends on AUDITSYSCALL |
306 | select INOTIFY | ||
306 | 307 | ||
307 | menu "RCU Subsystem" | 308 | menu "RCU Subsystem" |
308 | 309 | ||