public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] pinctrl: nxp: don't automatically select DEVRES
@ 2022-01-17 14:18 Angus Ainslie
  2022-04-12 18:47 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Angus Ainslie @ 2022-01-17 14:18 UTC (permalink / raw)
  To: NXP i.MX U-Boot Team, u-boot, Peng Fan, Ye Li; +Cc: kernel, Angus Ainslie

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-12 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-17 14:18 [PATCH] pinctrl: nxp: don't automatically select DEVRES Angus Ainslie
2022-04-12 18:47 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox