提交 00b8ac40 编写于 作者: D David Brownell 提交者: Dmitry Torokhov

Input: dm355evm_keys - fix kconfig symbol names

The keypad driver for the DM355 EVM got slightly broken as it merged,
since it moved from input/keyboard to input/misc and its Kconfig
symbol changed.  This patch copes with the changed Kconfig symbol.
Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 c413ec44
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
* This driver was tested with firmware revision A4. * This driver was tested with firmware revision A4.
*/ */
#if defined(CONFIG_KEYBOARD_DM355EVM) \ #if defined(CONFIG_INPUT_DM355EVM) || defined(CONFIG_INPUT_DM355EVM_MODULE)
|| defined(CONFIG_KEYBOARD_DM355EVM_MODULE)
#define msp_has_keyboard() true #define msp_has_keyboard() true
#else #else
#define msp_has_keyboard() false #define msp_has_keyboard() false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册