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:
5d275bd
)
MLK-21847-2 pinctrl: imx8: remove DEVRES
author
Ye Li
<ye.li@nxp.com>
Thu, 25 Apr 2019 04:58:44 +0000
(21:58 -0700)
committer
Ye Li
<ye.li@nxp.com>
Fri, 24 May 2019 10:38:54 +0000
(
03:38
-0700)
When selecting imx8 pinctrl, we don't need to select DEVRES
Signed-off-by: Ye Li <ye.li@nxp.com>
drivers/pinctrl/nxp/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/nxp/Kconfig
b/drivers/pinctrl/nxp/Kconfig
index
5a08a01
..
d2385f2
100644
(file)
--- a/
drivers/pinctrl/nxp/Kconfig
+++ b/
drivers/pinctrl/nxp/Kconfig
@@
-63,7
+63,6
@@
config PINCTRL_IMX7ULP
config PINCTRL_IMX8
bool "IMX8 pinctrl driver"
depends on ARCH_IMX8 && PINCTRL_FULL
- select DEVRES
select PINCTRL_IMX
select PINCTRL_IMX_SCU
help