0010-MIPS-ath79-select-the-PINCTRL-subsystem.patch 643 B

12345678910111213141516171819202122232425
  1. From f3d5027255ef0752ed12b65c3bf7eb363fc3c096 Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Tue, 6 Mar 2018 10:00:55 +0100
  4. Subject: [PATCH 10/27] MIPS: ath79: select the PINCTRL subsystem
  5. Signed-off-by: John Crispin <[email protected]>
  6. ---
  7. arch/mips/Kconfig | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
  10. index 8128c3b68d6b..922a53cb1b3d 100644
  11. --- a/arch/mips/Kconfig
  12. +++ b/arch/mips/Kconfig
  13. @@ -188,6 +188,7 @@ config ATH79
  14. select CSRC_R4K
  15. select DMA_NONCOHERENT
  16. select GPIOLIB
  17. + select PINCTRL
  18. select HAVE_CLK
  19. select COMMON_CLK
  20. select CLKDEV_LOOKUP
  21. --
  22. 2.11.0