linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: keyboard: imx_keypad: add COMPILE_TEST support
@ 2020-03-02  8:26 Anson Huang
  2020-12-11  6:02 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-03-02  8:26 UTC (permalink / raw)
  To: dmitry.torokhov, m.felsch, andriy.shevchenko, arnd, robh,
	ping.bai, ronald, krzk, linux-input, linux-kernel
  Cc: Linux-imx

Add COMPILE_TEST support to imx_keypad driver for better compile
testing coverage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/input/keyboard/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 4706ff0..9709137 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.
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] input: keyboard: imx_keypad: add COMPILE_TEST support
  2020-03-02  8:26 [PATCH] input: keyboard: imx_keypad: add COMPILE_TEST support Anson Huang
@ 2020-12-11  6:02 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2020-12-11  6:02 UTC (permalink / raw)
  To: Anson Huang
  Cc: m.felsch, andriy.shevchenko, arnd, robh, ping.bai, ronald, krzk,
	linux-input, linux-kernel, Linux-imx

On Mon, Mar 02, 2020 at 04:26:13PM +0800, Anson Huang wrote:
> Add COMPILE_TEST support to imx_keypad driver for better compile
> testing coverage.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-11  6:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02  8:26 [PATCH] input: keyboard: imx_keypad: add COMPILE_TEST support Anson Huang
2020-12-11  6:02 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).