diff options
-rw-r--r-- | fs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 6a3df055280a..fee318e6f4bb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -634,6 +634,10 @@ config FUSE_FS | |||
634 | If you want to develop a userspace FS, or if you want to use | 634 | If you want to develop a userspace FS, or if you want to use |
635 | a filesystem based on FUSE, answer Y or M. | 635 | a filesystem based on FUSE, answer Y or M. |
636 | 636 | ||
637 | config GENERIC_ACL | ||
638 | bool | ||
639 | select FS_POSIX_ACL | ||
640 | |||
637 | if BLOCK | 641 | if BLOCK |
638 | menu "CD-ROM/DVD Filesystems" | 642 | menu "CD-ROM/DVD Filesystems" |
639 | 643 | ||
@@ -2080,10 +2084,6 @@ config 9P_FS | |||
2080 | 2084 | ||
2081 | If unsure, say N. | 2085 | If unsure, say N. |
2082 | 2086 | ||
2083 | config GENERIC_ACL | ||
2084 | bool | ||
2085 | select FS_POSIX_ACL | ||
2086 | |||
2087 | endmenu | 2087 | endmenu |
2088 | 2088 | ||
2089 | if BLOCK | 2089 | if BLOCK |