diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:06 +0000 |
commit | 76854589829af80ee70d91ddc491dbdb9535e8ab (patch) | |
tree | e488c4564906ae00d96a591f6837926368eec741 /package/kernel/modules | |
parent | 1820e8566ee8cec9f91b3144d9d7ebd871622bba (diff) | |
download | upstream-76854589829af80ee70d91ddc491dbdb9535e8ab.tar.gz upstream-76854589829af80ee70d91ddc491dbdb9535e8ab.tar.bz2 upstream-76854589829af80ee70d91ddc491dbdb9535e8ab.zip |
package/kernel: package kmod-input-matrixkmap
This is required by some keyboard drivers in 3.6+
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34614
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/other.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 607b065e52..ed72f521eb 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -297,6 +297,21 @@ endef $(eval $(call KernelPackage,input-polldev)) +define KernelPackage/input-matrixkmap + SUBMENU:=$(OTHER_MENU) + TITLE:=Input matrix devices support + KCONFIG:=CONFIG_INPUT_MATRIXKMAP + DEPENDS:=@LINUX_3_6||@LINUX_3_7 + FILES:=$(LINUX_DIR)/drivers/input/matrix-keymap.ko + AUTOLOAD:=$(call AutoLoad,20,matrix-keymap) + $(call AddDepends/input) +endef + +define KernelPackage/input-matrix/description + Kernel module support for input matrix devices +endef + +$(eval $(call KernelPackage,input-matrixkmap)) define KernelPackage/lp SUBMENU:=$(OTHER_MENU) |