diff options
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 |