[PATCH 5/5] nvmem: enable OCOTP for i.MX7
Rouven Czerwinski
r.czerwinski at pengutronix.de
Wed Jul 15 01:56:08 EDT 2020
Since we now have proper timing, read and write support, enable the
OCOTP driver for i.MX7
Signed-off-by: Rouven Czerwinski <r.czerwinski at pengutronix.de>
---
drivers/nvmem/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index 968342b281..f0fb9122c6 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -18,7 +18,7 @@ config NVMEM_SNVS_LPGPR
config IMX_OCOTP
tristate "i.MX6 On Chip OTP controller"
- depends on ARCH_IMX6 || ARCH_VF610 || ARCH_IMX8MQ
+ depends on ARCH_IMX6 || ARCH_VF610 || ARCH_IMX8MQ || ARCH_IMX7
depends on OFDEVICE
help
This adds support for the i.MX6 On-Chip OTP controller. Currently the
--
2.27.0
More information about the barebox
mailing list