]> Git Repo - linux.git/commitdiff
mips: ralink: make SOC_MT7621 select PINCTRL
authorArınç ÜNAL <[email protected]>
Tue, 21 Feb 2023 09:24:35 +0000 (12:24 +0300)
committerThomas Bogendoerfer <[email protected]>
Mon, 27 Feb 2023 22:47:29 +0000 (23:47 +0100)
Currently, out of every Ralink SoC, only the dt-binding of the MT7621 SoC
uses pinctrl. Because of this, PINCTRL is not selected at all. Make
SOC_MT7621 select PINCTRL.

Remove PINCTRL_MT7621, enabling it for the MT7621 SoC will be handled under
the PINCTRL_MT7621 option.

Signed-off-by: Arınç ÜNAL <[email protected]>
Acked-by: Sergio Paracuellos <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
arch/mips/ralink/Kconfig

index 06031796c87bddee3d13ddc1e1eb9dce943c09fb..83e61e147b902a99ee55f074d2c163efc091c60f 100644 (file)
@@ -54,7 +54,7 @@ choice
                select HAVE_PCI
                select PCI_DRIVERS_GENERIC
                select SOC_BUS
-               select PINCTRL_MT7621
+               select PINCTRL
 
                help
                  The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc
This page took 0.0494560000000001 seconds and 4 git commands to generate.