Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_AFS_FS
	tristate "Andrew File System support (AFS)"
	depends on CONFIG_INET
	select CONFIG_AF_RXRPC
	select CONFIG_DNS_RESOLVER
	help
	  If you say Y here, you will get an experimental Andrew File System
	  driver. It currently only supports unsecured read-only AFS access.

	  See <file:Documentation/filesystems/afs.txt> for more information.

	  If unsure, say N.

config CONFIG_AFS_DEBUG
	bool "AFS dynamic debugging"
	depends on CONFIG_AFS_FS
	help
	  Say Y here to make runtime controllable debugging messages appear.

	  See <file:Documentation/filesystems/afs.txt> for more information.

	  If unsure, say N.

config CONFIG_AFS_FSCACHE
	bool "Provide AFS client caching support"
	depends on CONFIG_AFS_FS=m && CONFIG_FSCACHE || CONFIG_AFS_FS=y && CONFIG_FSCACHE=y
	help
	  Say Y here if you want AFS data to be cached locally on disk through
	  the generic filesystem cache manager

config CONFIG_AFS_DEBUG_CURSOR
	bool "AFS server cursor debugging"
	depends on CONFIG_AFS_FS
	help
	  Say Y here to cause the contents of a server cursor to be dumped to
	  the dmesg log if the server rotation algorithm fails to successfully
	  contact a server.

	  See <file:Documentation/filesystems/afs.txt> for more information.

	  If unsure, say N.