diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 20:05:56 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 20:05:56 +0000 | 
| commit | 074f6b00111c22dc7f741d04e12c73fd1112dfa7 (patch) | |
| tree | 454e968ada740af28e4aee7b46b6dbee16177612 | |
| parent | 513ebf4eac2b0344a5a350c450e59d47e4c4c7e4 (diff) | |
[package] add kmod-input-rb532, driver for the rb532 user button
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17927 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/kernel/modules/other.mk | 17 | 
1 files changed, 17 insertions, 0 deletions
| 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) | 
