summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-03-16 16:49:37 +0530
committerGreg Kroah-Hartman <greg@kroah.com>2015-03-16 20:29:44 +0100
commit96eab779e1985fd0b39426d288d3af38e3bce50c (patch)
treefa541aeedff0f1ba03489f33e59dfb1cbd16aa14 /drivers/staging/greybus/Makefile
parentb908dec468c95d51922cb72a076fde813622ee54 (diff)
greybus: hid: add HID class driver
This adds HID transport layer driver for Greybus. Most of the stuff is implemented, but is untested. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index a22ad690d3a9..6cb08ae544cd 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -14,6 +14,7 @@ gb-phy-y := gpb.o \
uart.o \
pwm.o \
gpio.o \
+ hid.o \
i2c.o \
spi.o \
usb.o