diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index 3b36a1d53656..df864a358221 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -182,7 +182,8 @@ config AUDITSYSCALL | |||
182 | help | 182 | help |
183 | Enable low-overhead system-call auditing infrastructure that | 183 | Enable low-overhead system-call auditing infrastructure that |
184 | can be used independently or with another kernel subsystem, | 184 | can be used independently or with another kernel subsystem, |
185 | such as SELinux. | 185 | such as SELinux. To use audit's filesystem watch feature, please |
186 | ensure that INOTIFY is configured. | ||
186 | 187 | ||
187 | config IKCONFIG | 188 | config IKCONFIG |
188 | bool "Kernel .config support" | 189 | bool "Kernel .config support" |
@@ -389,9 +390,6 @@ config SLOB | |||
389 | default !SLAB | 390 | default !SLAB |
390 | bool | 391 | bool |
391 | 392 | ||
392 | config OBSOLETE_INTERMODULE | ||
393 | tristate | ||
394 | |||
395 | menu "Loadable module support" | 393 | menu "Loadable module support" |
396 | 394 | ||
397 | config MODULES | 395 | config MODULES |