]> git.baikalelectronics.ru Git - kernel.git/commit
Input: lpc32xx-keys - select INPUT_MATRIXKMAP
authorRoland Stigge <stigge@antcom.de>
Tue, 30 Oct 2012 05:30:56 +0000 (22:30 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 30 Oct 2012 07:10:55 +0000 (00:10 -0700)
commit3f2f302d73595fc254fbc2f5ef50d56e30a90f00
tree529e254a8a89e89ef3ac892ed66081fdf9a779ea
parentf0ee020662520f8aa99471fb3b77c6b5364de981
Input: lpc32xx-keys - select INPUT_MATRIXKMAP

This adds a "select" dependency of KEYBOARD_LPC32XX on INPUT_MATRIXKMAP,
as the other drivers are doing in this regard. This fixes the following
compile error if KEYBOARD_LPC32XX is enabled but INPUT_MATRIXKMAP is not:

drivers/input/keyboard/lpc32xx-keys.c:230: undefined reference to
`matrix_keypad_build_keymap'

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig