X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnotify%2FKconfig;h=dffbb0911d022cea33b599aecb336f481a2a8741;hb=df9200dd0454c91c5436c22072611f0edd3b5f42;hp=31dac7e3b0f10c9e5eff17eb815bdbdfb36b2dbf;hpb=08229de4b42816079ed5d15f0689fcd0af946d5e;p=pandora-kernel.git diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig index 31dac7e3b0f1..dffbb0911d02 100644 --- a/fs/notify/Kconfig +++ b/fs/notify/Kconfig @@ -1,15 +1,5 @@ config FSNOTIFY - bool "Filesystem notification backend" - default y - ---help--- - fsnotify is a backend for filesystem notification. fsnotify does - not provide any userspace interface but does provide the basis - needed for other notification schemes such as dnotify, inotify, - and fanotify. - - Say Y here to enable fsnotify suport. - - If unsure, say Y. + def_bool n source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig"