Kconfig (734d1ece37fbf3d2ddfc71bc6c69e0fe35f02542) | Kconfig (807185eb3e7271d7a1f2c08f3aa1b63dba547d07) |
---|---|
1# 2# File system configuration 3# 4 5menu "File systems" 6 7# Use unaligned word dcache accesses 8config DCACHE_WORD_ACCESS --- 54 unchanged lines hidden (view full) --- 63 64source "fs/notify/Kconfig" 65 66source "fs/quota/Kconfig" 67 68source "fs/autofs4/Kconfig" 69source "fs/fuse/Kconfig" 70 | 1# 2# File system configuration 3# 4 5menu "File systems" 6 7# Use unaligned word dcache accesses 8config DCACHE_WORD_ACCESS --- 54 unchanged lines hidden (view full) --- 63 64source "fs/notify/Kconfig" 65 66source "fs/quota/Kconfig" 67 68source "fs/autofs4/Kconfig" 69source "fs/fuse/Kconfig" 70 |
71config CUSE 72 tristate "Character device in Userspace support" 73 depends on FUSE_FS 74 help 75 This FUSE extension allows character devices to be 76 implemented in userspace. 77 78 If you want to develop or use userspace character device 79 based on CUSE, answer Y or M. 80 | |
81config GENERIC_ACL 82 bool 83 select FS_POSIX_ACL 84 85menu "Caches" 86 87source "fs/fscache/Kconfig" 88source "fs/cachefiles/Kconfig" --- 192 unchanged lines hidden --- | 71config GENERIC_ACL 72 bool 73 select FS_POSIX_ACL 74 75menu "Caches" 76 77source "fs/fscache/Kconfig" 78source "fs/cachefiles/Kconfig" --- 192 unchanged lines hidden --- |