diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index dffde34db..c7dbee899 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -222,6 +222,12 @@ config FBSPLASH | |||
222 | "NN" (ASCII decimal number) - percentage to show on progress bar | 222 | "NN" (ASCII decimal number) - percentage to show on progress bar |
223 | "exit" - well you guessed it | 223 | "exit" - well you guessed it |
224 | 224 | ||
225 | config INOTIFYD | ||
226 | bool "inotifyd" | ||
227 | default n | ||
228 | help | ||
229 | Simple inotify daemon. Reports filesystem changes. Requires kernel >= 2.6.13 | ||
230 | |||
225 | config LAST | 231 | config LAST |
226 | bool "last" | 232 | bool "last" |
227 | default n | 233 | default n |