diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-12 15:41:29 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-12 15:41:29 +0000 |
commit | 6333c3a1c85bd8b77ef9a889c3db832d4f34926a (patch) | |
tree | 77ce390058b3302cc5824e83cf6abe8a6b200824 /packages/linux/linux-hackndev-2.6 | |
parent | a4158d71b207904cde9dd2975674c996bfbd415d (diff) |
linux-hackndev-2.6 svn: palmtt3/defconfig: Turn off all input dev interfaces
except for generic EVDEV, which all contemporary embedded software uses.
Diffstat (limited to 'packages/linux/linux-hackndev-2.6')
-rw-r--r-- | packages/linux/linux-hackndev-2.6/palmtt3/defconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/linux/linux-hackndev-2.6/palmtt3/defconfig b/packages/linux/linux-hackndev-2.6/palmtt3/defconfig index 276a647206..e10d5b792b 100644 --- a/packages/linux/linux-hackndev-2.6/palmtt3/defconfig +++ b/packages/linux/linux-hackndev-2.6/palmtt3/defconfig @@ -677,14 +677,10 @@ CONFIG_INPUT=y # # Userland interfaces # -CONFIG_INPUT_MOUSEDEV=y +# CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_MOUSEDEV_PSAUX is not set -CONFIG_INPUT_MOUSEDEV_SCREEN_X=320 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480 # CONFIG_INPUT_JOYDEV is not set -CONFIG_INPUT_TSDEV=y -CONFIG_INPUT_TSDEV_SCREEN_X=320 -CONFIG_INPUT_TSDEV_SCREEN_Y=480 +# CONFIG_INPUT_TSDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set |