aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorChris Hudson <chudson@kionix.com>2011-07-06 21:36:51 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-07-07 00:23:54 -0400
commite8e70d83912b40c5c9ea7b85a6110b9925fbed62 (patch)
tree2609ca5262ae720be29dad2c0ea4d450ae678514 /drivers/input/misc/Kconfig
parent7bed4b2c97d548c652ada6111604568ea6b0c423 (diff)
Input: add support for Kionix KXTJ9 accelerometer
Signed-off-by: Chris Hudson <chudson@kionix.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 6fdce4b86856..01344280e145 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -230,6 +230,23 @@ config INPUT_KEYSPAN_REMOTE
230 To compile this driver as a module, choose M here: the module will 230 To compile this driver as a module, choose M here: the module will
231 be called keyspan_remote. 231 be called keyspan_remote.
232 232
233config INPUT_KXTJ9
234 tristate "Kionix KXTJ9 tri-axis digital accelerometer"
235 depends on I2C
236 help
237 Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
238 accelerometer.
239
240 To compile this driver as a module, choose M here: the module will
241 be called kxtj9.
242
243config INPUT_KXTJ9_POLLED_MODE
244 bool "Enable polling mode support"
245 depends on INPUT_KXTJ9
246 select INPUT_POLLDEV
247 help
248 Say Y here if you need accelerometer to work in polling mode.
249
233config INPUT_POWERMATE 250config INPUT_POWERMATE
234 tristate "Griffin PowerMate and Contour Jog support" 251 tristate "Griffin PowerMate and Contour Jog support"
235 depends on USB_ARCH_HAS_HCD 252 depends on USB_ARCH_HAS_HCD