[PATCH 16/20] i.MX: Kconfig: Enable OCOTP on Vybrid
Andrey Smirnov
andrew.smirnov at gmail.com
Mon Oct 3 07:40:53 PDT 2016
Enable OCOTP driver on Vybrid as well as i.MX6
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
arch/arm/mach-imx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 0284a8f..9590381 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -659,7 +659,7 @@ config IMX_IIM_FUSE_BLOW
config IMX_OCOTP
tristate "i.MX6 On Chip OTP controller"
- depends on ARCH_IMX6
+ depends on ARCH_IMX6 || ARCH_VF610
depends on OFDEVICE
help
This adds support for the i.MX6 On-Chip OTP controller. Currently the
--
2.5.5
More information about the barebox
mailing list