mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
This commit is contained in:
parent
1820e8566e
commit
7685458982
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user