2
0

0042-ARM-qcom-Select-PINCTRL-by-default-for-ARCH_QCOM.patch 766 B

123456789101112131415161718192021222324
  1. From add2c1451495ccc4e67ced3dd12d4286500f1672 Mon Sep 17 00:00:00 2001
  2. From: Andy Gross <[email protected]>
  3. Date: Mon, 14 Apr 2014 22:10:37 -0500
  4. Subject: [PATCH 042/182] ARM: qcom: Select PINCTRL by default for ARCH_QCOM
  5. Add missing PINCTRL selection. This enables selection of pinctrollers for
  6. Qualcomm processors.
  7. Signed-off-by: Andy Gross <[email protected]>
  8. Acked-by: Linus Walleij <[email protected]>
  9. ---
  10. arch/arm/mach-qcom/Kconfig | 1 +
  11. 1 file changed, 1 insertion(+)
  12. --- a/arch/arm/mach-qcom/Kconfig
  13. +++ b/arch/arm/mach-qcom/Kconfig
  14. @@ -5,6 +5,7 @@ config ARCH_QCOM
  15. select CLKSRC_OF
  16. select GENERIC_CLOCKEVENTS
  17. select HAVE_SMP
  18. + select PINCTRL
  19. select QCOM_SCM if SMP
  20. help
  21. Support for Qualcomm's devicetree based systems.