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