1b2480c7fSAlexey Dobriyanconfig AFS_FS 28dbd5d6dSKees Cook tristate "Andrew File System support (AFS)" 38dbd5d6dSKees Cook depends on INET 4b2480c7fSAlexey Dobriyan select AF_RXRPC 507567a55SWang Lei select DNS_RESOLVER 6b2480c7fSAlexey Dobriyan help 7b2480c7fSAlexey Dobriyan If you say Y here, you will get an experimental Andrew File System 8b2480c7fSAlexey Dobriyan driver. It currently only supports unsecured read-only AFS access. 9b2480c7fSAlexey Dobriyan 10b2480c7fSAlexey Dobriyan See <file:Documentation/filesystems/afs.txt> for more information. 11b2480c7fSAlexey Dobriyan 12b2480c7fSAlexey Dobriyan If unsure, say N. 13b2480c7fSAlexey Dobriyan 14b2480c7fSAlexey Dobriyanconfig AFS_DEBUG 15b2480c7fSAlexey Dobriyan bool "AFS dynamic debugging" 16b2480c7fSAlexey Dobriyan depends on AFS_FS 17b2480c7fSAlexey Dobriyan help 18b2480c7fSAlexey Dobriyan Say Y here to make runtime controllable debugging messages appear. 19b2480c7fSAlexey Dobriyan 20b2480c7fSAlexey Dobriyan See <file:Documentation/filesystems/afs.txt> for more information. 21b2480c7fSAlexey Dobriyan 22b2480c7fSAlexey Dobriyan If unsure, say N. 239b3f26c9SDavid Howells 249b3f26c9SDavid Howellsconfig AFS_FSCACHE 258dbd5d6dSKees Cook bool "Provide AFS client caching support" 269b3f26c9SDavid Howells depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y 279b3f26c9SDavid Howells help 289b3f26c9SDavid Howells Say Y here if you want AFS data to be cached locally on disk through 299b3f26c9SDavid Howells the generic filesystem cache manager 30*744bcd71SDavid Howells 31*744bcd71SDavid Howellsconfig AFS_DEBUG_CURSOR 32*744bcd71SDavid Howells bool "AFS server cursor debugging" 33*744bcd71SDavid Howells depends on AFS_FS 34*744bcd71SDavid Howells help 35*744bcd71SDavid Howells Say Y here to cause the contents of a server cursor to be dumped to 36*744bcd71SDavid Howells the dmesg log if the server rotation algorithm fails to successfully 37*744bcd71SDavid Howells contact a server. 38*744bcd71SDavid Howells 39*744bcd71SDavid Howells See <file:Documentation/filesystems/afs.txt> for more information. 40*744bcd71SDavid Howells 41*744bcd71SDavid Howells If unsure, say N. 42