[arm/iop32x, arm/ixp4xx, arm/orion5x] Enable INPUT_JOYDEV, GAMEPORT

and INPUT_JOYSTICK (Closes: #520433).

svn path=/dists/trunk/linux-2.6/; revision=13182
This commit is contained in:
Martin Michlmayr 2009-03-20 15:40:35 +00:00
parent 871d790860
commit f0ec2cd1bf
4 changed files with 19 additions and 6 deletions

2
debian/changelog vendored
View File

@ -67,6 +67,8 @@ linux-2.6 (2.6.29~rc8-1~experimental.1) UNRELEASED; urgency=low
* [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:

View File

@ -273,18 +273,18 @@ CONFIG_INPUT_MOUSEDEV=y
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

View File

@ -283,18 +283,18 @@ CONFIG_INPUT_MOUSEDEV=y
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

View File

@ -172,8 +172,19 @@ CONFIG_I2C_MV64XXX=y
##
## 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
##