summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-05 20:05:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-05 20:05:56 +0000
commit900e7fda797547614d146a21421c516be17c2866 (patch)
tree7538530f168f85e9fe4de9af56bc049533591780 /package/kernel/modules/other.mk
parent9e27eea038b8e4d7fd21d2298bf68dcac9ae1f89 (diff)
downloadmtk-20170518-900e7fda797547614d146a21421c516be17c2866.zip
mtk-20170518-900e7fda797547614d146a21421c516be17c2866.tar.gz
mtk-20170518-900e7fda797547614d146a21421c516be17c2866.tar.bz2
add kmod-input-rb532, driver for the rb532 user button
SVN-Revision: 17927
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 1b8e533..58b0561 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -724,6 +724,23 @@ endef
$(eval $(call KernelPackage,input-joydev))
+define KernelPackage/input-rb532
+ SUBMENU:=$(OTHER_MENU)
+ TITLE:=RB532 button device support
+ DEPENDS:=+kmod-input-core @TARGET_rb532
+ KCONFIG:= \
+ CONFIG_INPUT_MISC=y \
+ CONFIG_INPUT_RB532_BUTTON
+ FILES:=$(LINUX_DIR)/drivers/input/misc/rb532_button.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,62,rb532_button)
+endef
+
+define KernelPackage/input-rb532/description
+ Kernel module for RB532 button
+endef
+
+$(eval $(call KernelPackage,input-rb532))
+
define KernelPackage/mmc-atmelmci
SUBMENU:=$(OTHER_MENU)