Kconfig (92fd4d4d67b945c0766416284d4ab236b31542c4) Kconfig (b029ffafe89cf4b97cf39e0225a5205cbbf9e02f)
1#
2# Input misc drivers configuration
3#
4menuconfig INPUT_MISC
5 bool "Miscellaneous devices"
6 help
7 Say Y here, and a list of miscellaneous input drivers will be displayed.
8 Everything that didn't fit into the other categories is here. This option

--- 434 unchanged lines hidden (view full) ---

443 depends on INPUT_ADXL34X && SPI
444 default y
445 help
446 Say Y here if you have ADXL345/6 hooked to a SPI bus.
447
448 To compile this driver as a module, choose M here: the
449 module will be called adxl34x-spi.
450
1#
2# Input misc drivers configuration
3#
4menuconfig INPUT_MISC
5 bool "Miscellaneous devices"
6 help
7 Say Y here, and a list of miscellaneous input drivers will be displayed.
8 Everything that didn't fit into the other categories is here. This option

--- 434 unchanged lines hidden (view full) ---

443 depends on INPUT_ADXL34X && SPI
444 default y
445 help
446 Say Y here if you have ADXL345/6 hooked to a SPI bus.
447
448 To compile this driver as a module, choose M here: the
449 module will be called adxl34x-spi.
450
451config INPUT_CMA3000
452 tristate "VTI CMA3000 Tri-axis accelerometer"
453 help
454 Say Y here if you want to use VTI CMA3000_D0x Accelerometer
455 driver
456
457 This driver currently only supports I2C interface to the
458 controller. Also select the I2C method.
459
460 If unsure, say N
461
462 To compile this driver as a module, choose M here: the
463 module will be called cma3000_d0x.
464
465config INPUT_CMA3000_I2C
466 tristate "Support I2C bus connection"
467 depends on INPUT_CMA3000 && I2C
468 help
469 Say Y here if you want to use VTI CMA3000_D0x Accelerometer
470 through I2C interface.
471
472 To compile this driver as a module, choose M here: the
473 module will be called cma3000_d0x_i2c.
474
451endif
475endif