mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
[ep93xx] keyboard driver depends on input-matrixkmap for 3.6+
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34619 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
af2b2d3f97
commit
4f1eb332f2
@ -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
Block a user