[arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_TOUCHSCREEN.

svn path=/dists/trunk/linux-2.6/; revision=13181
This commit is contained in:
Martin Michlmayr 2009-03-20 15:35:24 +00:00
parent 91a063f395
commit 871d790860
4 changed files with 8 additions and 2 deletions

1
debian/changelog vendored
View File

@ -66,6 +66,7 @@ linux-2.6 (2.6.29~rc8-1~experimental.1) UNRELEASED; urgency=low
* [arm, armel] Enable various V4L USB devices. (Closes: #518582)
* [arm/orion5x] Build the SENSORS_LM75 module since it's needed on the
D-Link DNS-323.
* [arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_TOUCHSCREEN.
* [arm/iop32x, arm/ixp4xx, arm/orion5x] Add a size check to ensure that
the kernel will fit in flash.
* Add patches from git.marvell.com to improve Kirkwood support:

View File

@ -332,7 +332,7 @@ CONFIG_TABLET_USB_WACOM=m
##
## file: drivers/input/touchscreen/Kconfig
##
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/isdn/Kconfig

View File

@ -344,7 +344,7 @@ CONFIG_TABLET_USB_WACOM=m
##
## file: drivers/input/touchscreen/Kconfig
##
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/isdn/Kconfig

View File

@ -179,6 +179,11 @@ CONFIG_INPUT_EVDEV=m
##
CONFIG_KEYBOARD_GPIO=m
##
## file: drivers/input/touchscreen/Kconfig
##
CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/leds/Kconfig
##