Kconfig (d1da4e50e5d09f02c340927a4fcb7f54202fa033) | Kconfig (b1bdb691c3c38b4fbaf99fa8474f5cfa99b2d774) |
---|---|
1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 2006 unchanged lines hidden (view full) --- 2015 cache manager then say Y. 2016 2017 For most cases you probably want to say N. 2018 2019config AFS_FS 2020 tristate "Andrew File System support (AFS) (EXPERIMENTAL)" 2021 depends on INET && EXPERIMENTAL 2022 select AF_RXRPC | 1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 2006 unchanged lines hidden (view full) --- 2015 cache manager then say Y. 2016 2017 For most cases you probably want to say N. 2018 2019config AFS_FS 2020 tristate "Andrew File System support (AFS) (EXPERIMENTAL)" 2021 depends on INET && EXPERIMENTAL 2022 select AF_RXRPC |
2023 select KEYS |
|
2023 help 2024 If you say Y here, you will get an experimental Andrew File System 2025 driver. It currently only supports unsecured read-only AFS access. 2026 2027 See <file:Documentation/filesystems/afs.txt> for more information. 2028 2029 If unsure, say N. 2030 --- 36 unchanged lines hidden --- | 2024 help 2025 If you say Y here, you will get an experimental Andrew File System 2026 driver. It currently only supports unsecured read-only AFS access. 2027 2028 See <file:Documentation/filesystems/afs.txt> for more information. 2029 2030 If unsure, say N. 2031 --- 36 unchanged lines hidden --- |