diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-11 17:59:46 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-11 17:59:46 +0200 |
commit | 98ad80f8737b0cfcd264e32e37d6c5d4e35e4ea5 (patch) | |
tree | d63445f0414d6472e316bebdc827cd63cd32fbe7 | |
parent | 262d5cca892db33cb0a154718577f06d04982ba3 (diff) |
README: add INOTIFY and SIGNALFD
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Requirements: CONFIG_PROC_FS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y + CONFIG_INOTIFY=y + CONFIG_SIGNALFD=y - For reliable operation, the kernel must not use the CONFIG_SYSFS_DEPRECATED* option. |