From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-x241.google.com ([2607:f8b0:400e:c03::241]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1br4Qz-0008Gm-8V for barebox@lists.infradead.org; Mon, 03 Oct 2016 14:41:43 +0000 Received: by mail-pa0-x241.google.com with SMTP id cd13so6761585pac.3 for ; Mon, 03 Oct 2016 07:41:18 -0700 (PDT) From: Andrey Smirnov Date: Mon, 3 Oct 2016 07:40:53 -0700 Message-Id: <1475505657-898-17-git-send-email-andrew.smirnov@gmail.com> In-Reply-To: <1475505657-898-1-git-send-email-andrew.smirnov@gmail.com> References: <1475505657-898-1-git-send-email-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 16/20] i.MX: Kconfig: Enable OCOTP on Vybrid To: barebox@lists.infradead.org Cc: Andrey Smirnov Enable OCOTP driver on Vybrid as well as i.MX6 Signed-off-by: Andrey Smirnov --- 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 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox