From 69c436e0ee676cc30bba8634045a2918b8d0e281 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 9 Nov 2016 08:14:10 -0800 Subject: i.MX: Kconfig: Enable OCOTP on Vybrid Enable OCOTP driver on Vybrid as well as i.MX6 Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 28ac9f420b..af533ea84b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -663,7 +663,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 -- cgit v1.2.3