[kernel] r13181 - in dists/trunk/linux-2.6/debian: . config/arm
Martin Michlmayr
tbm at alioth.debian.org
Fri Mar 20 15:35:27 UTC 2009
Author: tbm
Date: Fri Mar 20 15:35:24 2009
New Revision: 13181
Log:
[arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_TOUCHSCREEN.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/arm/config.iop32x
dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
dists/trunk/linux-2.6/debian/config/arm/config.orion5x
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Fri Mar 20 15:35:24 2009
@@ -66,6 +66,7 @@
* [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:
Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x Fri Mar 20 15:35:24 2009
@@ -332,7 +332,7 @@
##
## file: drivers/input/touchscreen/Kconfig
##
-# CONFIG_INPUT_TOUCHSCREEN is not set
+CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/isdn/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx Fri Mar 20 15:35:24 2009
@@ -344,7 +344,7 @@
##
## file: drivers/input/touchscreen/Kconfig
##
-# CONFIG_INPUT_TOUCHSCREEN is not set
+CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/isdn/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/arm/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.orion5x (original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.orion5x Fri Mar 20 15:35:24 2009
@@ -180,6 +180,11 @@
CONFIG_KEYBOARD_GPIO=m
##
+## file: drivers/input/touchscreen/Kconfig
+##
+CONFIG_INPUT_TOUCHSCREEN=y
+
+##
## file: drivers/leds/Kconfig
##
CONFIG_NEW_LEDS=y
More information about the Kernel-svn-changes
mailing list