diff options
author | Eric Andersson <eric.andersson@unixphere.com> | 2011-08-09 00:06:37 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-08-09 01:33:04 -0700 |
commit | c17ca3f5a2c98784739bbbcc3f6b6ee177f4f201 (patch) | |
tree | 42aaa953ac7efa6af2e011896100d642e2f1a0c7 /drivers/input/misc/Kconfig | |
parent | 5e3e4eb1bf212d9ae4997ebcbe2fdfb348b70213 (diff) | |
download | blackbird-op-linux-c17ca3f5a2c98784739bbbcc3f6b6ee177f4f201.tar.gz blackbird-op-linux-c17ca3f5a2c98784739bbbcc3f6b6ee177f4f201.zip |
Input: add driver for Bosch Sensortec's BMA150 accelerometer
Signed-off-by: Albert Zhang <xu.zhang@bosch-sensortec.com>
Signed-off-by: Eric Andersson <eric.andersson@unixphere.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Reviewed-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 40bcedafd4ac..e141debb9d08 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -62,6 +62,17 @@ config INPUT_AD714X_SPI To compile this driver as a module, choose M here: the module will be called ad714x-spi. +config INPUT_BMA150 + tristate "BMA150/SMB380 acceleration sensor support" + depends on I2C + select INPUT_POLLDEV + help + Say Y here if you have Bosch Sensortec's BMA150 or SMB380 + acceleration sensor hooked to an I2C bus. + + To compile this driver as a module, choose M here: the + module will be called bma150. + config INPUT_PCSPKR tristate "PC Speaker support" depends on PCSPKR_PLATFORM |