]> git.itanic.dy.fi Git - linux-stable/commitdiff
mips: ralink: make SOC_MT7621 select PINCTRL_MT7621 and fix help section
authorArınç ÜNAL <arinc.unal@arinc9.com>
Sat, 4 Feb 2023 21:42:49 +0000 (00:42 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 5 Feb 2023 14:22:25 +0000 (15:22 +0100)
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>
arch/mips/ralink/Kconfig

index f9fe15630abb305cac5d2896480b72d8c05c52d6..06031796c87bddee3d13ddc1e1eb9dce943c09fb 100644 (file)
@@ -54,10 +54,11 @@ choice
                select HAVE_PCI
                select PCI_DRIVERS_GENERIC
                select SOC_BUS
+               select PINCTRL_MT7621
 
                help
-                 The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc dual-core CPU,
-                 a 5-port 10/100/1000 switch/PHY and one RGMII.
+                 The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc
+                 dual-core CPU, a 5-port 10/100/1000 switch/PHY and one RGMII.
 endchoice
 
 choice