diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-22 17:26:19 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-22 17:26:19 +0000 |
commit | f154b1d80f243a5619998c154bff299124a39c09 (patch) | |
tree | b6ab00a6bba84658258655c6a3833215f2d97aa0 /packages/linux | |
parent | 29b5af0cf79d373b45b17c5cf7f89b777ec105ea (diff) |
linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime : Addition of TSDEV
* Addition of TSDEV support so touchscreen device gets created correctly
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime b/packages/linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime index dd98d64694..434c5401c7 100644 --- a/packages/linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime +++ b/packages/linux/linux-jlime-jornada7xx-2.6.17/defconf_jlime @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.17 -# Sat Jul 22 02:55:51 2006 +# Sat Jul 22 17:21:24 2006 # CONFIG_ARM=y CONFIG_MMU=y @@ -541,11 +541,13 @@ CONFIG_INPUT=y # CONFIG_INPUT_MOUSEDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=640 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=240 # CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_TSDEV is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_TSDEV=y +CONFIG_INPUT_TSDEV_SCREEN_X=640 +CONFIG_INPUT_TSDEV_SCREEN_Y=240 +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # |