aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-10 21:05:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-10 21:05:36 +0000
commit87c8808ca54e66a06cf533512f032d0dbb9b78c4 (patch)
tree4639dc39af0f0dd222fe19d403fdcacc952f1e8f /target
parentb7f026680a697ddd2272f8edbb9913c05ddd672e (diff)
downloadupstream-87c8808ca54e66a06cf533512f032d0dbb9b78c4.tar.gz
upstream-87c8808ca54e66a06cf533512f032d0dbb9b78c4.tar.bz2
upstream-87c8808ca54e66a06cf533512f032d0dbb9b78c4.zip
keyboard driver depends on input-matrixkmap for 3.6+
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34619
Diffstat (limited to 'target')
-rw-r--r--target/linux/ep93xx/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/modules.mk b/target/linux/ep93xx/modules.mk
index 952e08836d..2c62582d0e 100644
--- a/target/linux/ep93xx/modules.mk
+++ b/target/linux/ep93xx/modules.mk
@@ -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