* [PATCH] nvmem: imx-ocotp: update Kconfig to incluide i.MX7
@ 2017-12-21 16:42 your name
0 siblings, 0 replies; only message in thread
From: your name @ 2017-12-21 16:42 UTC (permalink / raw)
To: linux-kernel
Cc: Andrey Yurovsky, pure.logic, srinivas.kandagatla, gregkh,
p.zabel, richard.leitner
From: Andrey Yurovsky <yurovsky@gmail.com>
This driver supports the i.MX7 as well and OTP capacity varies by SoC.
Update the depends on line to include SOC_IMX7D and update the help
text.
Signed-off-by: Andrey Yurovsky <yurovsky@gmail.com>
---
drivers/nvmem/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index ff505af064ba..3fe24fda08b7 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -25,12 +25,12 @@ config NVMEM_IMX_IIM
will be called nvmem-imx-iim.
config NVMEM_IMX_OCOTP
- tristate "i.MX6 On-Chip OTP Controller support"
- depends on SOC_IMX6 || COMPILE_TEST
+ tristate "i.MX6 and i.MX7 On-Chip OTP Controller support"
+ 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
- i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
+ i.MX6 and i.MX7 SoCs, providing access to one-time programmable
eFuses.
This driver can also be built as a module. If so, the module
--
2.14.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-21 16:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-21 16:42 [PATCH] nvmem: imx-ocotp: update Kconfig to incluide i.MX7 your name
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®