public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Angus Ainslie <angus@akkea.ca>
To: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	u-boot@lists.denx.de, Peng Fan <peng.fan@nxp.com>,
	Ye Li <ye.li@nxp.com>
Cc: kernel@puri.sm, Angus Ainslie <angus@akkea.ca>
Subject: [PATCH] pinctrl: nxp: don't automatically select DEVRES
Date: Mon, 17 Jan 2022 06:18:46 -0800	[thread overview]
Message-ID: <20220117141846.206473-1-angus@akkea.ca> (raw)

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


             reply	other threads:[~2022-01-17 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17 14:18 Angus Ainslie [this message]
2022-04-12 18:47 ` [PATCH] pinctrl: nxp: don't automatically select DEVRES sbabic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220117141846.206473-1-angus@akkea.ca \
    --to=angus@akkea.ca \
    --cc=kernel@puri.sm \
    --cc=peng.fan@nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox