diff options
author | Andy Gross <agross@codeaurora.org> | 2014-04-15 07:10:37 +0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-22 20:50:42 +0400 |
commit | 87cfb00d666cca3abf36f755279cde1b27b9c377 (patch) | |
tree | 76c1602a27c76c4689c4beeb0ceb3796aa69fbf0 /arch/arm/mach-qcom | |
parent | 7098cff2a3f4db5f844607b8a09bd191618c769e (diff) | |
download | linux-87cfb00d666cca3abf36f755279cde1b27b9c377.tar.xz |
ARM: qcom: Select PINCTRL by default for ARCH_QCOM
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>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 5bac59114dda..63502cc57f9e 100644 --- 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. |