projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe757d
)
pinctrl: nxp: don't automatically select DEVRES
author
Angus Ainslie
<angus@akkea.ca>
Mon, 17 Jan 2022 14:18:46 +0000
(06:18 -0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Apr 2022 13:36:17 +0000
(15:36 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/nxp/Kconfig
b/drivers/pinctrl/nxp/Kconfig
index 4fb0916a376ef6ec027bab88b16ea85d176310e0..3657e9deb9ec29ea998a1d9d31feccce4f454161 100644
(file)
--- 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