https://github.com/torvalds/linux
Revision 202dec868a769af726e262790bf00b09ec929b52 authored by Jason Gerecke on 15 April 2013, 16:10:34 UTC, committed by Dmitry Torokhov on 15 April 2013, 16:12:19 UTC
Reported-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
Tested-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent e55b6a8
Raw File
Tip revision: 202dec868a769af726e262790bf00b09ec929b52 authored by Jason Gerecke on 15 April 2013, 16:10:34 UTC
Input: wacom - correct reported resolution for Intuos4 Wireless
Tip revision: 202dec8
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