diff options
author | Arınç ÜNAL | 2023-02-05 00:42:49 +0300 |
---|---|---|
committer | Thomas Bogendoerfer | 2023-02-05 15:22:25 +0100 |
commit | e8254a8ec901b78d939d8ab11a56bc98eb7862db (patch) | |
tree | df68f90a5f7b4611213ca325e3521d5759fd56a2 /arch/mips | |
parent | 0cb4228f6cc9ed0ca2be0d9ddf29168a8e3a3905 (diff) |
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/ralink/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index f9fe15630abb..06031796c87b 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -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 |