[arm] Enable CONFIG_INPUT_EVDEV on all arm subarches since yaird needs this

module in order to generate initrds.

svn path=/dists/trunk/linux-2.6/; revision=5426
This commit is contained in:
Martin Michlmayr 2006-01-12 19:48:48 +00:00
parent 240ec19e3a
commit d765b7f58e
5 changed files with 6 additions and 4 deletions

View File

@ -783,7 +783,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#

View File

@ -937,7 +937,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#

View File

@ -504,7 +504,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#

View File

@ -602,7 +602,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#

2
debian/changelog vendored
View File

@ -14,6 +14,8 @@ linux-2.6 (2.6.15-3) UNRELEASED; urgency=low
* [arm] Enable MTD and the DC21285 flash driver on Footbridge.
* [arm] Enable RAID and LVM modules on Footbridge.
* [arm] Enable USB modules on Footbridge.
* [arm] Enable CONFIG_INPUT_EVDEV on all arm subarches since yaird needs
this module in order to generate initrds.
-- Martin Michlmayr <tbm@cyrius.com> Tue, 10 Jan 2006 22:59:19 +0000