diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-03-17 22:40:50 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-03-17 22:40:50 -0400 |
| commit | 688d794c4c3f8b08c814381ee2edd3ede5856056 (patch) | |
| tree | ef680add71e2a9588d07d8b594edbc1b5cd127d7 /drivers/input/misc/Kconfig | |
| parent | 16142655269aaf580488e074eabfdcf0fb4e3687 (diff) | |
| parent | a937536b868b8369b98967929045f1df54234323 (diff) | |
Merge tag 'v3.9-rc3' into next
Merge with mainline to bring in module_platform_driver_probe() and
devm_ioremap_resource().
Diffstat (limited to 'drivers/input/misc/Kconfig')
| -rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 3ec8887ce451..af80928a46b4 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
| @@ -72,6 +72,16 @@ config INPUT_AD714X_SPI | |||
| 72 | To compile this driver as a module, choose M here: the | 72 | To compile this driver as a module, choose M here: the |
| 73 | module will be called ad714x-spi. | 73 | module will be called ad714x-spi. |
| 74 | 74 | ||
| 75 | config INPUT_ARIZONA_HAPTICS | ||
| 76 | tristate "Arizona haptics support" | ||
| 77 | depends on MFD_ARIZONA && SND_SOC | ||
| 78 | select INPUT_FF_MEMLESS | ||
| 79 | help | ||
| 80 | Say Y to enable support for the haptics module in Arizona CODECs. | ||
| 81 | |||
| 82 | To compile this driver as a module, choose M here: the | ||
| 83 | module will be called arizona-haptics. | ||
| 84 | |||
| 75 | config INPUT_BMA150 | 85 | config INPUT_BMA150 |
| 76 | tristate "BMA150/SMB380 acceleration sensor support" | 86 | tristate "BMA150/SMB380 acceleration sensor support" |
| 77 | depends on I2C | 87 | depends on I2C |
