All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] nvmem: allow to select i.MX nvmem driver for i.MX 7D
@ 2019-01-28 16:07 Stefan Agner
  2019-01-29  9:06 ` Srinivas Kandagatla
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2019-01-28 16:07 UTC (permalink / raw)
  To: srinivas.kandagatla
  Cc: peng.fan, linux-imx, fabio.estevam, kernel, shawnguo,
	linux-kernel, Stefan Agner

The imx-ocotp nvmem driver supports the i.MX 7D SoC too. Allow to select
the imx-ocotp driver even if only the i.MX 7D SoC has been selected.

Fixes: 711d45477931 ("nvmem: octop: Add i.MX7D support")
Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 drivers/nvmem/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 0a7a470ee859..9bbe2816400a 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -26,7 +26,7 @@ config NVMEM_IMX_IIM
 
 config NVMEM_IMX_OCOTP
 	tristate "i.MX6 On-Chip OTP Controller support"
-	depends on SOC_IMX6 || COMPILE_TEST
+	depends on SOC_IMX6 || SOC_IMX7D || COMPILE_TEST
 	depends on HAS_IOMEM
 	help
 	  This is a driver for the On-Chip OTP Controller (OCOTP) available on
-- 
2.20.1


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

* Re: [PATCH 2/3] nvmem: allow to select i.MX nvmem driver for i.MX 7D
  2019-01-28 16:07 [PATCH 2/3] nvmem: allow to select i.MX nvmem driver for i.MX 7D Stefan Agner
@ 2019-01-29  9:06 ` Srinivas Kandagatla
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Kandagatla @ 2019-01-29  9:06 UTC (permalink / raw)
  To: Stefan Agner
  Cc: peng.fan, linux-imx, fabio.estevam, kernel, shawnguo, linux-kernel



On 28/01/2019 16:07, Stefan Agner wrote:
> The imx-ocotp nvmem driver supports the i.MX 7D SoC too. Allow to select
> the imx-ocotp driver even if only the i.MX 7D SoC has been selected.
> 
> Fixes: 711d45477931 ("nvmem: octop: Add i.MX7D support")
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied thanks,


srini

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

end of thread, other threads:[~2019-01-29  9:06 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:07 [PATCH 2/3] nvmem: allow to select i.MX nvmem driver for i.MX 7D Stefan Agner
2019-01-29  9:06 ` Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.