diff mbox series

pinctrl: nxp: don't automatically select DEVRES

Message ID 20220117141846.206473-1-angus@akkea.ca
State Accepted
Commit 9eb5e7d9ab8d63337f443f8c13fb9e26ae2f0266
Delegated to: Stefano Babic
Headers show
Series pinctrl: nxp: don't automatically select DEVRES | expand

Commit Message

Angus Ainslie Jan. 17, 2022, 2:18 p.m. UTC
If we select DEVRES here then it breaks building an imx8m SPL without
DEVRES support.

Signed-off-by: Angus Ainslie <angus@akkea.ca>
---
 drivers/pinctrl/nxp/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic April 12, 2022, 6:47 p.m. UTC | #1
> If we select DEVRES here then it breaks building an imx8m SPL without
> DEVRES support.
> Signed-off-by: Angus Ainslie <angus@akkea.ca>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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