projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7098cff
)
ARM: qcom: Select PINCTRL by default for ARCH_QCOM
author
Andy Gross
<agross@codeaurora.org>
Tue, 15 Apr 2014 03:10:37 +0000
(22:10 -0500)
committer
Kumar Gala
<galak@codeaurora.org>
Thu, 22 May 2014 16:50:42 +0000
(11:50 -0500)
Add missing PINCTRL selection. This enables selection of pinctrollers for
Qualcomm processors.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm/mach-qcom/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-qcom/Kconfig
b/arch/arm/mach-qcom/Kconfig
index 5bac59114ddaf0ae26ac51c7b2075936a3b960ad..63502cc57f9e15798c38701a57d56220d6671e59 100644
(file)
--- a/
arch/arm/mach-qcom/Kconfig
+++ b/
arch/arm/mach-qcom/Kconfig
@@
-6,6
+6,7
@@
config ARCH_QCOM
select CLKSRC_OF
select GENERIC_CLOCKEVENTS
select HAVE_SMP
+ select PINCTRL
select QCOM_SCM if SMP
help
Support for Qualcomm's devicetree based systems.