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

* [PATCH] pinctrl: nxp: don't automatically select DEVRES
  2022-01-17 14:18 [PATCH] pinctrl: nxp: don't automatically select DEVRES Angus Ainslie
@ 2022-04-12 18:47 ` sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2022-04-12 18:47 UTC (permalink / raw)
  To: Angus Ainslie, u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[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