xref: /openbmc/linux/fs/afs/Kconfig (revision 9b3f26c9)
1b2480c7fSAlexey Dobriyanconfig AFS_FS
2b2480c7fSAlexey Dobriyan	tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
3b2480c7fSAlexey Dobriyan	depends on INET && EXPERIMENTAL
4b2480c7fSAlexey Dobriyan	select AF_RXRPC
5b2480c7fSAlexey Dobriyan	help
6b2480c7fSAlexey Dobriyan	  If you say Y here, you will get an experimental Andrew File System
7b2480c7fSAlexey Dobriyan	  driver. It currently only supports unsecured read-only AFS access.
8b2480c7fSAlexey Dobriyan
9b2480c7fSAlexey Dobriyan	  See <file:Documentation/filesystems/afs.txt> for more information.
10b2480c7fSAlexey Dobriyan
11b2480c7fSAlexey Dobriyan	  If unsure, say N.
12b2480c7fSAlexey Dobriyan
13b2480c7fSAlexey Dobriyanconfig AFS_DEBUG
14b2480c7fSAlexey Dobriyan	bool "AFS dynamic debugging"
15b2480c7fSAlexey Dobriyan	depends on AFS_FS
16b2480c7fSAlexey Dobriyan	help
17b2480c7fSAlexey Dobriyan	  Say Y here to make runtime controllable debugging messages appear.
18b2480c7fSAlexey Dobriyan
19b2480c7fSAlexey Dobriyan	  See <file:Documentation/filesystems/afs.txt> for more information.
20b2480c7fSAlexey Dobriyan
21b2480c7fSAlexey Dobriyan	  If unsure, say N.
229b3f26c9SDavid Howells
239b3f26c9SDavid Howellsconfig AFS_FSCACHE
249b3f26c9SDavid Howells	bool "Provide AFS client caching support (EXPERIMENTAL)"
259b3f26c9SDavid Howells	depends on EXPERIMENTAL
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