OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 From 0c8856211d26f84277f7fcb0b9595e5c646bc464 Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Tue, 6 Mar 2018 10:00:55 +0100
4 Subject: [PATCH 11/33] MIPS: ath79: select the PINCTRL subsystem
5  
6 The pinmux on QCA SoCs is controlled by a single register. The
7 "pinctrl-single" driver can be used but requires the target
8 to select PINCTRL.
9  
10 Signed-off-by: John Crispin <john@phrozen.org>
11 ---
12 arch/mips/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
14  
15 --- a/arch/mips/Kconfig
16 +++ b/arch/mips/Kconfig
17 @@ -192,6 +192,7 @@ config ATH79
18 select CSRC_R4K
19 select DMA_NONCOHERENT
20 select GPIOLIB
21 + select PINCTRL
22 select HAVE_CLK
23 select COMMON_CLK
24 select CLKDEV_LOOKUP