Skip to content

Commit 27fd827

Browse files
arinc9tsbogend
authored andcommitted
mips: ralink: make SOC_MT7621 select PINCTRL
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]>
1 parent f2b95d7 commit 27fd827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/ralink/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ choice
5454
select HAVE_PCI
5555
select PCI_DRIVERS_GENERIC
5656
select SOC_BUS
57-
select PINCTRL_MT7621
57+
select PINCTRL
5858

5959
help
6060
The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc

0 commit comments

Comments
 (0)