mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
input: Add IR decode driver
Change-Id: I7e6f36b70fd1f5356ad64cad9a0b9f2aab18c2b1 Signed-off-by: Guohai Wang <alex.wang@rock-chips.com> Reviewed-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
@@ -197,6 +197,8 @@ source "drivers/input/tablet/Kconfig"
|
||||
|
||||
source "drivers/input/touchscreen/Kconfig"
|
||||
|
||||
source "drivers/input/remotectl/Kconfig"
|
||||
|
||||
source "drivers/input/misc/Kconfig"
|
||||
|
||||
source "drivers/input/rmi4/Kconfig"
|
||||
|
||||
@@ -24,6 +24,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user