Revision e64f638483a21105c7ce330d543fa1f1c35b5bc7 authored by Linus Torvalds on 09 June 2015, 22:05:27 UTC, committed by Linus Torvalds on 09 June 2015, 22:05:27 UTC
Pull input layer fix from Dmitry Torokhov:
 "A small tweak for the Synaptics PS/2 touchpad driver"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: synaptics - add min/max quirk for Lenovo S540
2 parent s 5879ae5 + 7f2ca8b
Raw File
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