https://github.com/torvalds/linux
Raw File
Tip revision: a7bf7eb25d8e479050417f0c0e7187ef26c514ed authored by Tobias Jakobi on 12 March 2014, 16:13:51 UTC
ARM: dts: ODROID-X2: Add hdmi node
Tip revision: a7bf7eb
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