misc: ti_drv2667: Add support for DRV2667 controller
TI's DRV2667 controller is used for driving haptics.
It can operate in two modes - analog and digital. The
first version of the driver supports only digital mode.
Change-Id: I448d8b34d4ad1b2500e5a4d0973cfc5b22515d5a
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index e92e119..8395ef4 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -72,3 +72,4 @@
obj-$(CONFIG_PMIC8058_XOADC) += pmic8058-xoadc.o
obj-$(CONFIG_QSEECOM) += qseecom.o
obj-$(CONFIG_QFP_FUSE) += qfp_fuse.o
+obj-$(CONFIG_TI_DRV2667) += ti_drv2667.o