keyboard driver depends on input-matrixkmap for 3.6+
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34619
This commit is contained in:
parent
b7f026680a
commit
87c8808ca5
|
@ -24,7 +24,7 @@ $(eval $(call KernelPackage,fb-ep93xx))
|
|||
define KernelPackage/input-keyboard-ep93xx
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EP93xx Matrix Keypad support
|
||||
DEPENDS:=@TARGET_ep93xx
|
||||
DEPENDS:=@TARGET_ep93xx +(LINUX_3_6||LINUX_3_7):kmod-input-matrixkmap
|
||||
KCONFIG:= \
|
||||
CONFIG_KEYBOARD_EP93XX \
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
|
|
Loading…
Reference in New Issue