linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] input: keyboard: allow to select IMX SNVS Power Key driver for i.MX 7D
@ 2019-01-28 16:03 Stefan Agner
  2019-01-28 18:26 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2019-01-28 16:03 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: arnd, peng.fan, linux-imx, kernel, fabio.estevam, shawnguo,
	linux-input, linux-kernel, Stefan Agner

The i.MX SNVS Power Key driver supports the i.MX 7D SoC family too.
Allow to enable the i.MX SNVS Power Key driver even if only i.MX 7D
SoC is selected.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 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 4713957b0cbb..a878351f1643 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -420,7 +420,7 @@ config KEYBOARD_MPR121
 
 config KEYBOARD_SNVS_PWRKEY
 	tristate "IMX SNVS Power Key Driver"
-	depends on SOC_IMX6SX
+	depends on SOC_IMX6SX || SOC_IMX7D
 	depends on OF
 	help
 	  This is the snvs powerkey driver for the Freescale i.MX application
-- 
2.20.1

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

* Re: [PATCH 1/3] input: keyboard: allow to select IMX SNVS Power Key driver for i.MX 7D
  2019-01-28 16:03 [PATCH 1/3] input: keyboard: allow to select IMX SNVS Power Key driver for i.MX 7D Stefan Agner
@ 2019-01-28 18:26 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2019-01-28 18:26 UTC (permalink / raw)
  To: Stefan Agner
  Cc: arnd, peng.fan, linux-imx, kernel, fabio.estevam, shawnguo,
	linux-input, linux-kernel

On Mon, Jan 28, 2019 at 05:03:05PM +0100, Stefan Agner wrote:
> The i.MX SNVS Power Key driver supports the i.MX 7D SoC family too.
> Allow to enable the i.MX SNVS Power Key driver even if only i.MX 7D
> SoC is selected.
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied, thank you.

> ---
>  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 4713957b0cbb..a878351f1643 100644
> --- a/drivers/input/keyboard/Kconfig
> +++ b/drivers/input/keyboard/Kconfig
> @@ -420,7 +420,7 @@ config KEYBOARD_MPR121
>  
>  config KEYBOARD_SNVS_PWRKEY
>  	tristate "IMX SNVS Power Key Driver"
> -	depends on SOC_IMX6SX
> +	depends on SOC_IMX6SX || SOC_IMX7D
>  	depends on OF
>  	help
>  	  This is the snvs powerkey driver for the Freescale i.MX application
> -- 
> 2.20.1
> 

-- 
Dmitry

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

end of thread, other threads:[~2019-01-28 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28 16:03 [PATCH 1/3] input: keyboard: allow to select IMX SNVS Power Key driver for i.MX 7D Stefan Agner
2019-01-28 18:26 ` 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).