[kernel] r13182 - in dists/trunk/linux-2.6/debian: . config/arm
Martin Michlmayr
tbm at alioth.debian.org
Fri Mar 20 15:40:37 UTC 2009
Author: tbm
Date: Fri Mar 20 15:40:35 2009
New Revision: 13182
Log:
[arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_JOYDEV, GAMEPORT
and INPUT_JOYSTICK (Closes: #520433).
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:40:35 2009
@@ -67,6 +67,8 @@
* [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] Enable INPUT_JOYDEV, GAMEPORT
+ and INPUT_JOYSTICK (Closes: #520433).
* [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:40:35 2009
@@ -273,18 +273,18 @@
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
-# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
##
## file: drivers/input/gameport/Kconfig
##
-# CONFIG_GAMEPORT is not set
+CONFIG_GAMEPORT=m
##
## file: drivers/input/joystick/Kconfig
##
-# CONFIG_INPUT_JOYSTICK is not set
+CONFIG_INPUT_JOYSTICK=y
##
## file: drivers/input/keyboard/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:40:35 2009
@@ -283,18 +283,18 @@
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
-# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
##
## file: drivers/input/gameport/Kconfig
##
-# CONFIG_GAMEPORT is not set
+CONFIG_GAMEPORT=m
##
## file: drivers/input/joystick/Kconfig
##
-# CONFIG_INPUT_JOYSTICK is not set
+CONFIG_INPUT_JOYSTICK=y
##
## file: drivers/input/keyboard/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:40:35 2009
@@ -172,9 +172,20 @@
##
## file: drivers/input/Kconfig
##
+CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
##
+## file: drivers/input/gameport/Kconfig
+##
+CONFIG_GAMEPORT=m
+
+##
+## file: drivers/input/joystick/Kconfig
+##
+CONFIG_INPUT_JOYSTICK=y
+
+##
## file: drivers/input/keyboard/Kconfig
##
CONFIG_KEYBOARD_GPIO=m
More information about the Kernel-svn-changes
mailing list