From: John Crispin Date: Fri, 20 Jul 2018 11:58:20 +0000 (+0200) Subject: MIPS: ath79: select the PINCTRL subsystem X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a08227a206b8df79c2a6dd7f62796ccf35c578de;p=openwrt%2Fstaging%2Fblogic.git MIPS: ath79: select the PINCTRL subsystem The pinmux on QCA SoCs is controlled by a single register. The "pinctrl-single" driver can be used but requires the target to select PINCTRL. Signed-off-by: John Crispin Signed-off-by: Paul Burton Patchwork: https://patchwork.linux-mips.org/patch/19909/ Cc: James Hogan Cc: Ralf Baechle Cc: linux-mips@linux-mips.org --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 235feb657b0b..10256056647c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -194,6 +194,7 @@ config ATH79 select CSRC_R4K select DMA_NONCOHERENT select GPIOLIB + select PINCTRL select HAVE_CLK select COMMON_CLK select CLKDEV_LOOKUP