https://github.com/torvalds/linux
Revision 7803c05429c7ca4e62fc3468791b7da224866305 authored by Linus Torvalds on 12 November 2010, 17:52:31 UTC, committed by Linus Torvalds on 12 November 2010, 17:52:31 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: do not pass injected events back to the originating handler
  Input: pcf8574_keypad - fix error handling in pcf8574_kp_probe
  Input: acecad - fix a memory leak in usb_acecad_probe error path
  Input: atkbd - add 'terminal' parameter for IBM Terminal keyboards
  Input: i8042 - add Sony VAIOs to MUX blacklist
  kgdboc: reset input devices (keyboards) when exiting debugger
  Input: export input_reset_device() for use in KGDB
  Input: adp5588-keys - unify common header defines
2 parent s 522a991 + 5fdbe44
Raw File
Tip revision: 7803c05429c7ca4e62fc3468791b7da224866305 authored by Linus Torvalds on 12 November 2010, 17:52:31 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Tip revision: 7803c05
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