https://github.com/torvalds/linux
Revision cc59487a05b1aae6987b4a5d56603ed3e603f82e authored by Christopher Harvey on 26 February 2013, 15:54:22 UTC, committed by Dave Airlie on 07 March 2013, 22:30:54 UTC
Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 9d62452
Raw File
Tip revision: cc59487a05b1aae6987b4a5d56603ed3e603f82e authored by Christopher Harvey on 26 February 2013, 15:54:22 UTC
drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not used
Tip revision: cc59487
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