Skip to content

Commit

Permalink
Input: imx_keypad - add COMPILE_TEST support
Browse files Browse the repository at this point in the history
Add COMPILE_TEST support to imx_keypad driver for better compile
testing coverage.

Signed-off-by: Anson Huang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
Anson-Huang authored and dtor committed Dec 11, 2020
1 parent 6a8f9ed commit c883403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ config KEYBOARD_SNVS_PWRKEY

config KEYBOARD_IMX
tristate "IMX keypad support"
depends on ARCH_MXC
depends on ARCH_MXC || COMPILE_TEST
select INPUT_MATRIXKMAP
help
Enable support for IMX keypad port.
Expand Down

0 comments on commit c883403

Please sign in to comment.