diff --git a/debian/changelog b/debian/changelog index 0860fa092..d4d81e6f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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: diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index c24fdb035..f4e8d0f52 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -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 diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index 9e1c4d10f..3bf0aa7c0 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -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 diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index 42f0c7b16..dc4184f7b 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -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 ##