[PATCH] pinctrl: nxp: don't automatically select DEVRES
Angus Ainslie
angus at akkea.ca
Mon Jan 17 15:18:46 CET 2022
If we select DEVRES here then it breaks building an imx8m SPL without
DEVRES support.
Signed-off-by: Angus Ainslie <angus at akkea.ca>
---
drivers/pinctrl/nxp/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pinctrl/nxp/Kconfig b/drivers/pinctrl/nxp/Kconfig
index 4fb0916a37..3657e9deb9 100644
--- a/drivers/pinctrl/nxp/Kconfig
+++ b/drivers/pinctrl/nxp/Kconfig
@@ -92,7 +92,6 @@ config PINCTRL_IMX8
config PINCTRL_IMX8M
bool "IMX8M pinctrl driver"
depends on ARCH_IMX8M && PINCTRL_FULL
- select DEVRES
select PINCTRL_IMX
help
Say Y here to enable the imx8m pinctrl driver
--
2.25.1
More information about the U-Boot
mailing list