From: Jarkko Nikula Date: Thu, 22 Mar 2007 09:14:52 +0000 (+0200) Subject: SPI: Separate TSC2301 keypad and touchscreen modules under input subsystem X-Git-Tag: v2.6.21-omap1~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6aa131160c8eb1c1f72d9c87c826015f1d66945;p=pandora-kernel.git SPI: Separate TSC2301 keypad and touchscreen modules under input subsystem Patch moves TSC2301 keypad and touchscreen modules and Kconfig options into keyboard and touchscreen directories under drivers/input. Signed-off-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 0088e1c5adcb..6fefc4dfa92a 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -239,4 +239,10 @@ config KEYBOARD_GPIO To compile this driver as a module, choose M here: the module will be called gpio-keys. +config KEYBOARD_TSC2301 + tristate "TSC2301 keypad support" + depends on SPI_TSC2301 + help + Say Y here for if you are using the keypad features of TSC2301. + endif diff --git a/drivers/input/keyboard/Makefile b/drivers/input/keyboard/Makefile index 17e5ce0bd6de..f80aebe1c9df 100644 --- a/drivers/input/keyboard/Makefile +++ b/drivers/input/keyboard/Makefile @@ -20,4 +20,5 @@ obj-$(CONFIG_KEYBOARD_OMAP) += omap-keypad.o obj-$(CONFIG_OMAP_PS2) += innovator_ps2.o obj-$(CONFIG_KEYBOARD_AAED2000) += aaed2000_kbd.o obj-$(CONFIG_KEYBOARD_GPIO) += gpio_keys.o +obj-$(CONFIG_KEYBOARD_TSC2301) += tsc2301_kp.o Reading git-diff-tree failed