https://github.com/torvalds/linux
Raw File
Tip revision: 9049771f7d5490a302589976984810064c83ab40 authored by Dan Williams on 07 September 2016, 15:51:21 UTC
mm: fix cache mode of dax pmd mappings
Tip revision: 9049771
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