aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2019-04-29 23:56:09 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-04-30 00:11:25 -0700
commit13bda2d07791d0093728aed7698e76d2977e7639 (patch)
tree48d952ca70ac01fd0de74684d9de404b763005e1 /drivers/input/misc/Makefile
parentInput: synaptics-rmi4 - fix enum_fmt (diff)
downloadlinux-dev-13bda2d07791d0093728aed7698e76d2977e7639.tar.xz
linux-dev-13bda2d07791d0093728aed7698e76d2977e7639.zip
Input: add a driver for GPIO controllable vibrators
Provide a simple driver for GPIO controllable vibrators. It will be used by the Fairphone 2. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r--drivers/input/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index 96a6419cb1f2..d871991c2eee 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_INPUT_DRV2667_HAPTICS) += drv2667.o
obj-$(CONFIG_INPUT_GP2A) += gp2ap002a00f.o
obj-$(CONFIG_INPUT_GPIO_BEEPER) += gpio-beeper.o
obj-$(CONFIG_INPUT_GPIO_DECODER) += gpio_decoder.o
+obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o
obj-$(CONFIG_INPUT_HISI_POWERKEY) += hisi_powerkey.o
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
obj-$(CONFIG_INPUT_IMS_PCU) += ims-pcu.o