mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
9343919c14
We disabled the ability to build fanotify in commit 7c5347733d
.
This reverts that commit and allows people to build fanotify.
Signed-off-by: Eric Paris <eparis@redhat.com>
6 lines
135 B
Text
6 lines
135 B
Text
config FSNOTIFY
|
|
def_bool n
|
|
|
|
source "fs/notify/dnotify/Kconfig"
|
|
source "fs/notify/inotify/Kconfig"
|
|
source "fs/notify/fanotify/Kconfig"
|