ath79: add new OF only target for QCA MIPS silicon
[openwrt/openwrt.git] / target / linux / ath79 / patches-4.14 / 0010-MIPS-ath79-select-the-PINCTRL-subsystem.patch
1 From f3d5027255ef0752ed12b65c3bf7eb363fc3c096 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 10/27] MIPS: ath79: select the PINCTRL subsystem
5
6 Signed-off-by: John Crispin <john@phrozen.org>
7 ---
8 arch/mips/Kconfig | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
12 index 8128c3b68d6b..922a53cb1b3d 100644
13 --- a/arch/mips/Kconfig
14 +++ b/arch/mips/Kconfig
15 @@ -188,6 +188,7 @@ config ATH79
16 select CSRC_R4K
17 select DMA_NONCOHERENT
18 select GPIOLIB
19 + select PINCTRL
20 select HAVE_CLK
21 select COMMON_CLK
22 select CLKDEV_LOOKUP
23 --
24 2.11.0
25