diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:05:36 +0000 |
commit | f3abfe625f057c921ab967610ce002dce7eece36 (patch) | |
tree | 1780621cd627f6a8a0c24e57033b779430971a26 /target/linux/ep93xx | |
parent | 1d24cf3f90cbd6bc0179874326554a7d7bf119c5 (diff) | |
download | upstream-f3abfe625f057c921ab967610ce002dce7eece36.tar.gz upstream-f3abfe625f057c921ab967610ce002dce7eece36.tar.bz2 upstream-f3abfe625f057c921ab967610ce002dce7eece36.zip |
[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
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r-- | target/linux/ep93xx/modules.mk | 2 |
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 |