https://github.com/torvalds/linux
Raw File
Tip revision: da6843394289dcb5268f0ba7b30dab9d62db639c authored by Jose Manuel Tasende on 25 May 2016, 15:30:01 UTC
Wolfson WM8742 DAC driver
Tip revision: da68433
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