From 486e472c492b12d5b9e76eca55ef854da9e1ba85 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Wed, 15 Jul 2020 07:56:08 +0200 Subject: nvmem: enable OCOTP for i.MX7 Since we now have proper timing, read and write support, enable the OCOTP driver for i.MX7 Signed-off-by: Rouven Czerwinski Signed-off-by: Sascha Hauer --- drivers/nvmem/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/nvmem/Kconfig') 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 -- cgit v1.2.3