diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-07 17:45:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-07 17:45:47 -0500 |
commit | 31b6ca0af758a88e5e769b48cc6dde037ee37b96 (patch) | |
tree | e1968d7168affb25e33e2be2d1d102f94af98af0 /drivers/input/misc/Kconfig | |
parent | 56b85f32d530d09d6805488ad00775d4e0e3baab (diff) | |
parent | 554738da71004d96e06fb75f4772dfc3b0f47810 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (58 commits)
Input: wacom_w8001 - support pen or touch only devices
Input: wacom_w8001 - use __set_bit to set keybits
Input: bu21013_ts - fix misuse of logical operation in place of bitop
Input: i8042 - add Acer Aspire 5100 to the Dritek list
Input: wacom - add support for digitizer in Lenovo W700
Input: psmouse - disable the synaptics extension on OLPC machines
Input: psmouse - fix up Synaptics comment
Input: synaptics - ignore bogus mt packet
Input: synaptics - add multi-finger and semi-mt support
Input: synaptics - report clickpad property
input: mt: Document interface updates
Input: fix double equality sign in uevent
Input: introduce device properties
hid: egalax: Add support for Wetab (726b)
Input: include MT library as source for kerneldoc
MAINTAINERS: Update input-mt entry
hid: egalax: Add support for Samsung NB30 netbook
hid: egalax: Document the new devices in Kconfig
hid: egalax: Add support for Wetab
hid: egalax: Convert to MT slots
...
Fixed up trivial conflict in drivers/input/keyboard/Kconfig
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index c1a81bcdb319..b0c6772851a9 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -430,4 +430,28 @@ config INPUT_ADXL34X_SPI | |||
430 | To compile this driver as a module, choose M here: the | 430 | To compile this driver as a module, choose M here: the |
431 | module will be called adxl34x-spi. | 431 | module will be called adxl34x-spi. |
432 | 432 | ||
433 | config INPUT_CMA3000 | ||
434 | tristate "VTI CMA3000 Tri-axis accelerometer" | ||
435 | help | ||
436 | Say Y here if you want to use VTI CMA3000_D0x Accelerometer | ||
437 | driver | ||
438 | |||
439 | This driver currently only supports I2C interface to the | ||
440 | controller. Also select the I2C method. | ||
441 | |||
442 | If unsure, say N | ||
443 | |||
444 | To compile this driver as a module, choose M here: the | ||
445 | module will be called cma3000_d0x. | ||
446 | |||
447 | config INPUT_CMA3000_I2C | ||
448 | tristate "Support I2C bus connection" | ||
449 | depends on INPUT_CMA3000 && I2C | ||
450 | help | ||
451 | Say Y here if you want to use VTI CMA3000_D0x Accelerometer | ||
452 | through I2C interface. | ||
453 | |||
454 | To compile this driver as a module, choose M here: the | ||
455 | module will be called cma3000_d0x_i2c. | ||
456 | |||
433 | endif | 457 | endif |