Revision 62e4a76987eab2b7fa952546614bc83e5bfc9d3e authored by Trond Myklebust on 10 November 2011, 19:30:37 UTC, committed by Trond Myklebust on 10 November 2011, 19:50:26 UTC
pNFS-specific code belongs in the pnfs layer. It should not be
hijacking generic NFS read or write code paths.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
1 parent 2aa1353
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top