aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <[email protected]>2020-12-10 22:01:38 -0800
committerDmitry Torokhov <[email protected]>2020-12-10 23:39:17 -0800
commitc8834032ffe249a2a1b9702359ff29a28b8fcf1e (patch)
tree4877d875229bc84e10a30e1a5131b5db8b00f76c
parent6a8f9ed23a8e06a3ca823aeb6058202f99e557f2 (diff)
Input: imx_keypad - add COMPILE_TEST support
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]>
-rw-r--r--drivers/input/keyboard/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 793ecbbda32c..2b321c17054a 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -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.