From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishad Kamdar Subject: [PATCH] MIPS: Select PINCTRL_RT2880 when RALINK is enabled Date: Tue, 29 Jan 2019 20:55:27 +0530 Message-ID: <20190129152522.GA24872@nishad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Greg Kroah-Hartman , NeilBrown Cc: Ralf Baechle , Paul Burton , James Hogan , Joe Perches , Matthias Brugger , Sergio Paracuellos , Kees Cook , devel@driverdev.osuosl.org, Nishad Kamdar , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-mediatek@lists.infradead.org This patch selects config PINCTRL_RT2880 when config RALINK is enabled as per drivers/staging/mt7621-pinctrl/TODO list. PINCTRL is also selected when RALINK is enabled to avoid config dependency warnings. Signed-off-by: Nishad Kamdar --- arch/mips/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e2fc88da0223..cea529cf6284 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -623,6 +623,8 @@ config RALINK select CLKDEV_LOOKUP select ARCH_HAS_RESET_CONTROLLER select RESET_CONTROLLER + select PINCTRL + select PINCTRL_RT2880 config SGI_IP22 bool "SGI IP22 (Indy/Indigo2)" -- 2.17.1