ep93xx: fix kmod-input-keyboard-ep93xx dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38275
This commit is contained in:
parent
1158f22b02
commit
20513fedf2
1 changed files with 1 additions and 1 deletions
|
@ -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 +(LINUX_3_6||LINUX_3_7):kmod-input-matrixkmap
|
||||
DEPENDS:=@TARGET_ep93xx +!LINUX_3_3:kmod-input-matrixkmap
|
||||
KCONFIG:= \
|
||||
CONFIG_KEYBOARD_EP93XX \
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
|
|
Loading…
Reference in a new issue