diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index eb07e88162ad..d62827271802 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -134,6 +134,18 @@ config INPUT_MAX8925_ONKEY | |||
134 | To compile this driver as a module, choose M here: the module | 134 | To compile this driver as a module, choose M here: the module |
135 | will be called max8925_onkey. | 135 | will be called max8925_onkey. |
136 | 136 | ||
137 | config INPUT_MAX8997_HAPTIC | ||
138 | tristate "MAXIM MAX8997 haptic controller support" | ||
139 | depends on HAVE_PWM && MFD_MAX8997 | ||
140 | select INPUT_FF_MEMLESS | ||
141 | help | ||
142 | This option enables device driver support for the haptic controller | ||
143 | on MAXIM MAX8997 chip. This driver supports ff-memless interface | ||
144 | from input framework. | ||
145 | |||
146 | To compile this driver as module, choose M here: the | ||
147 | module will be called max8997-haptic. | ||
148 | |||
137 | config INPUT_MC13783_PWRBUTTON | 149 | config INPUT_MC13783_PWRBUTTON |
138 | tristate "MC13783 ON buttons" | 150 | tristate "MC13783 ON buttons" |
139 | depends on MFD_MC13783 | 151 | depends on MFD_MC13783 |