input: Add IR decode driver
[firefly-linux-kernel-4.4.55.git] / drivers / input / Makefile
index 0c9302ca9954f5887b1ff297648cd59dc215d629..0dce1d8912424eac70ee20310d6c5c9f211d984c 100644 (file)
@@ -23,6 +23,10 @@ obj-$(CONFIG_INPUT_MOUSE)    += mouse/
 obj-$(CONFIG_INPUT_JOYSTICK)   += joystick/
 obj-$(CONFIG_INPUT_TABLET)     += tablet/
 obj-$(CONFIG_INPUT_TOUCHSCREEN)        += touchscreen/
+obj-$(CONFIG_ROCKCHIP_REMOTECTL)+= remotectl/
 obj-$(CONFIG_INPUT_MISC)       += misc/
 
 obj-$(CONFIG_INPUT_APMPOWER)   += apm-power.o
+obj-$(CONFIG_INPUT_KEYRESET)   += keyreset.o
+obj-$(CONFIG_INPUT_KEYCOMBO)   += keycombo.o
+