diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index a0807ba91644..f2f9b5362b48 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -208,6 +208,12 @@ config POSIX_MQUEUE | |||
208 | 208 | ||
209 | If unsure, say Y. | 209 | If unsure, say Y. |
210 | 210 | ||
211 | config POSIX_MQUEUE_SYSCTL | ||
212 | bool | ||
213 | depends on POSIX_MQUEUE | ||
214 | depends on SYSCTL | ||
215 | default y | ||
216 | |||
211 | config BSD_PROCESS_ACCT | 217 | config BSD_PROCESS_ACCT |
212 | bool "BSD Process Accounting" | 218 | bool "BSD Process Accounting" |
213 | help | 219 | help |