[PATCH 1/2] imx: Fix Kconfig dependency

Alexander Shiyan eagle.alexander923 at gmail.com
Thu Aug 24 08:39:32 PDT 2023


WARNING: unmet direct dependencies detected for IMX_OCOTP
Depends on [n]: NVMEM [=n] && (ARCH_IMX6 [=n] || ARCH_VF610 [=n] || ARCH_IMX8M[=y] || ARCH_IMX7 [=n]) && OFDEVICE [=y]
Selected by [y]:
- IMX8M_FEATCTRL [=y] && ARCH_IMX8M [=y]

WARNING: unmet direct dependencies detected for IMX_OCOTP
Depends on [n]: NVMEM [=n] && (ARCH_IMX6 [=n] || ARCH_VF610 [=n] || ARCH_IMX8M[=y] || ARCH_IMX7 [=n]) && OFDEVICE [=y]
Selected by [y]:
- IMX8M_FEATCTRL [=y] && ARCH_IMX8M [=y]

Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
 drivers/soc/imx/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig
index 71f72eb480..57f5577ace 100644
--- a/drivers/soc/imx/Kconfig
+++ b/drivers/soc/imx/Kconfig
@@ -12,6 +12,7 @@ config IMX8M_FEATCTRL
 	depends on ARCH_IMX8M
 	select FEATURE_CONTROLLER
 	select IMX_OCOTP
+	select NVMEM
 	default y
 	help
 	  This driver disables device tree nodes that are not applicable
-- 
2.38.2




More information about the barebox mailing list