Kconfig (90ffd467933eaf581e11fec51e7ba16fc9bd542d) | Kconfig (3ef7784e47975e31148c25b6fa795949fdc16d9c) |
---|---|
1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 100 unchanged lines hidden (view full) --- 109 110config QUOTACTL 111 bool 112 depends on XFS_QUOTA || QUOTA 113 default y 114 115source "fs/autofs/Kconfig" 116source "fs/autofs4/Kconfig" | 1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 100 unchanged lines hidden (view full) --- 109 110config QUOTACTL 111 bool 112 depends on XFS_QUOTA || QUOTA 113 default y 114 115source "fs/autofs/Kconfig" 116source "fs/autofs4/Kconfig" |
117source "fs/fuse/Kconfig" |
|
117 | 118 |
118config FUSE_FS 119 tristate "FUSE (Filesystem in Userspace) support" 120 help 121 With FUSE it is possible to implement a fully functional filesystem 122 in a userspace program. 123 124 There's also companion library: libfuse. This library along with 125 utilities is available from the FUSE homepage: 126 <http://fuse.sourceforge.net/> 127 128 See <file:Documentation/filesystems/fuse.txt> for more information. 129 See <file:Documentation/Changes> for needed library/utility version. 130 131 If you want to develop a userspace FS, or if you want to use 132 a filesystem based on FUSE, answer Y or M. 133 | |
134config GENERIC_ACL 135 bool 136 select FS_POSIX_ACL 137 138if BLOCK 139menu "CD-ROM/DVD Filesystems" 140 141config ISO9660_FS --- 1196 unchanged lines hidden --- | 119config GENERIC_ACL 120 bool 121 select FS_POSIX_ACL 122 123if BLOCK 124menu "CD-ROM/DVD Filesystems" 125 126config ISO9660_FS --- 1196 unchanged lines hidden --- |