summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2016-11-09 08:14:10 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-11 08:07:00 +0100
commit69c436e0ee676cc30bba8634045a2918b8d0e281 (patch)
treeea3287966f951398d87ba0724aee3ad2b64403eb
parent05f625a9e1ecab34a6e7a8eb96f10ff8be2c4856 (diff)
downloadbarebox-69c436e0ee676cc30bba8634045a2918b8d0e281.tar.gz
barebox-69c436e0ee676cc30bba8634045a2918b8d0e281.tar.xz
i.MX: Kconfig: Enable OCOTP on Vybrid
Enable OCOTP driver on Vybrid as well as i.MX6 Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
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