diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-10-13 00:38:52 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-10-13 00:38:52 -0400 |
commit | 70093178b6eda34e4a4fb18cc4a48a9eacc01d98 (patch) | |
tree | 5e35093d48ef2604ab5f8b4d2796691bcc1142c1 /drivers/input/Kconfig | |
parent | 8f740ef391fc81cb887fa08d213cf67b843cb3b7 (diff) |
Input: remove tsdev interface
Remove the obsolete tsdev.c driver as scheduled.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r-- | drivers/input/Kconfig | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 2d87357e2b2b..63512d906f02 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -114,28 +114,6 @@ config INPUT_JOYDEV | |||
114 | To compile this driver as a module, choose M here: the | 114 | To compile this driver as a module, choose M here: the |
115 | module will be called joydev. | 115 | module will be called joydev. |
116 | 116 | ||
117 | config INPUT_TSDEV | ||
118 | tristate "Touchscreen interface" | ||
119 | ---help--- | ||
120 | Say Y here if you have an application that only can understand the | ||
121 | Compaq touchscreen protocol for absolute pointer data. This is | ||
122 | useful namely for embedded configurations. | ||
123 | |||
124 | If unsure, say N. | ||
125 | |||
126 | To compile this driver as a module, choose M here: the | ||
127 | module will be called tsdev. | ||
128 | |||
129 | config INPUT_TSDEV_SCREEN_X | ||
130 | int "Horizontal screen resolution" | ||
131 | depends on INPUT_TSDEV | ||
132 | default "240" | ||
133 | |||
134 | config INPUT_TSDEV_SCREEN_Y | ||
135 | int "Vertical screen resolution" | ||
136 | depends on INPUT_TSDEV | ||
137 | default "320" | ||
138 | |||
139 | config INPUT_EVDEV | 117 | config INPUT_EVDEV |
140 | tristate "Event interface" | 118 | tristate "Event interface" |
141 | help | 119 | help |