https://github.com/torvalds/linux
Raw File
Tip revision: 83914c627967c6ef18b7f97ed08cdaf8cbe19812 authored by Corentin Labbe on 14 September 2016, 08:55:59 UTC
ARM: sunxi: Enable dwmac-sun8i driver on multi_v7_defconfig
Tip revision: 83914c6
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