https://github.com/torvalds/linux
Revision 5f7f8f6edbf860abf18149a64be036d4be5e2993 authored by Dave Airlie on 31 October 2016, 23:05:54 UTC, committed by Dave Airlie on 31 October 2016, 23:05:54 UTC
Pull the staging fixes tree I had into rc3 to make real -fixes again.
2 parent s a909d3e + 1cfa126
Raw File
Tip revision: 5f7f8f6edbf860abf18149a64be036d4be5e2993 authored by Dave Airlie on 31 October 2016, 23:05:54 UTC
Merge branch 'drm-fixes-staging' of ssh://people.freedesktop.org/~/linux into drm-fixes
Tip revision: 5f7f8f6
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