Skip to content

Commit e8254a8

Browse files
arinc9tsbogend
authored andcommitted
mips: ralink: make SOC_MT7621 select PINCTRL_MT7621 and fix help section
The dt-binding of the MT7621 SoC uses the pinctrl driver. Therefore, have this driver selected by default. The help section for SOC_MT7621 exceeds 80 columns which is the preferred limit of a single line. A tab character is 8 columns. Rearrange the text accordingly. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 0cb4228 commit e8254a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

arch/mips/ralink/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ choice
5454
select HAVE_PCI
5555
select PCI_DRIVERS_GENERIC
5656
select SOC_BUS
57+
select PINCTRL_MT7621
5758

5859
help
59-
The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc dual-core CPU,
60-
a 5-port 10/100/1000 switch/PHY and one RGMII.
60+
The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc
61+
dual-core CPU, a 5-port 10/100/1000 switch/PHY and one RGMII.
6162
endchoice
6263

6364
choice

0 commit comments

Comments
 (0)