summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-07-20 12:10:27 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-31 12:04:08 +0200
commit5e9ef1331754a1569500dce69f575c47f076435c (patch)
tree611576027919953996c55cc6341200b2d756e829 /arch
parentbed6bfaa35f9652cf87e366bbdb27f4e0bd1e7a5 (diff)
downloadbarebox-5e9ef1331754a1569500dce69f575c47f076435c.tar.gz
barebox-5e9ef1331754a1569500dce69f575c47f076435c.tar.xz
ARM: imx: hab: depend on OFDEVICE
The selected OCOTP driver requires OFDEVICE support. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index e071562589..23fa41ade5 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -734,6 +734,7 @@ config HABV4
select HAB
select IMX_OCOTP
depends on ARCH_IMX6
+ depends on OFDEVICE
help
High Assurance Boot, as found on i.MX28/i.MX6.