X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/749981b832eab6b4909ea45e8d584c570cd0ea12..a5fa8481489d8b5f2b644ff14e33224e958e4e1f:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 1b8e533cd..58b0561bc 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)