projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8b2e1
)
ARM: imx: select imx6sll pinctrl when imx6sll enabled
author
Bai Ping
<ping.bai@nxp.com>
Fri, 13 Apr 2018 08:04:23 +0000
(16:04 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 2 May 2018 07:01:32 +0000
(15:01 +0800)
select imx6sll pinctrl driver if imx6sll config is enabled.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/Kconfig
b/arch/arm/mach-imx/Kconfig
index
e47fa13
..
6f42323
100644
(file)
--- a/
arch/arm/mach-imx/Kconfig
+++ b/
arch/arm/mach-imx/Kconfig
@@
-501,6
+501,7
@@
config SOC_IMX6SL
config SOC_IMX6SLL
bool "i.MX6 SoloLiteLite support"
+ select PINCTRL_IMX6SLL
select SOC_IMX6
help