diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index d311198bba43..deb9eec9f6ee 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1940,6 +1940,10 @@ config 9P_FS | |||
1940 | 1940 | ||
1941 | If unsure, say N. | 1941 | If unsure, say N. |
1942 | 1942 | ||
1943 | config GENERIC_ACL | ||
1944 | bool | ||
1945 | select FS_POSIX_ACL | ||
1946 | |||
1943 | endmenu | 1947 | endmenu |
1944 | 1948 | ||
1945 | menu "Partition Types" | 1949 | menu "Partition Types" |