[PATCH v1 11/18] Kconfig: net: restyle

Johan Jonker jbx6244 at gmail.com
Wed Jun 10 16:39:39 CEST 2026


Restyle all Kconfigs for "net":
Menu entries   : no space left
Menu attributes: 1 TAB
Help text      : 1 TAB + 2 spaces
Replace '---help---' by 'help'

Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
---
 drivers/net/Kconfig     | 48 ++++++++++++++++++++---------------------
 drivers/net/phy/Kconfig | 18 ++++++++--------
 drivers/net/ti/Kconfig  |  4 ++--
 3 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 666618681df6..17d18d45712d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -184,10 +184,10 @@ config CALXEDA_XGMAC
 config DWC_ETH_XGMAC
         bool
 	select PHYLIB
-        help
-          This driver supports the Synopsys Designware Ethernet XGMAC (10G
-          Ethernet MAC) IP block. The IP supports many options for bus type,
-          clocking/reset structure, and feature list.
+	help
+	  This driver supports the Synopsys Designware Ethernet XGMAC (10G
+	  Ethernet MAC) IP block. The IP supports many options for bus type,
+	  clocking/reset structure, and feature list.

 config DWC_ETH_XGMAC_SOCFPGA
 	bool "Synopsys DWC Ethernet XGMAC device support for SOCFPGA"
@@ -229,8 +229,8 @@ config DWC_ETH_QOS_ADI
 	bool "Synopsys DWC Ethernet QOS device support for ADI SC59x-64 parts"
 	depends on DWC_ETH_QOS && ARCH_SC5XX
 	help
-		The Synopsis Designware Ethernet QoS IP block with the specific
-		configuration used in the ADI ADSP-SC59X 64 bit SoCs
+	  The Synopsis Designware Ethernet QoS IP block with the specific
+	  configuration used in the ADI ADSP-SC59X 64 bit SoCs

 config DWC_ETH_QOS_IMX
 	bool "Synopsys DWC Ethernet QOS device support for IMX"
@@ -460,9 +460,9 @@ config FSL_FM_10GEC_REGULAR_NOTATION
 	help
 	  On SoCs T4240, T2080, LS1043A, etc, the notation between 10GEC and
 	  MAC as below:
-		10GEC1->MAC9, 10GEC2->MAC10, 10GEC3->MAC1, 10GEC4->MAC2
+	  10GEC1->MAC9, 10GEC2->MAC10, 10GEC3->MAC1, 10GEC4->MAC2
 	  While on SoCs T1024, etc, the notation between 10GEC and MAC as below:
-		10GEC1->MAC1, 10GEC2->MAC2
+	  10GEC1->MAC1, 10GEC2->MAC2
 	  so we introduce CONFIG_FSL_FM_10GEC_REGULAR_NOTATION to identify the
 	  new SoCs on which 10GEC enumeration is consistent with MAC
 	  enumeration.
@@ -529,7 +529,7 @@ config KSZ9477
 config LITEETH
 	bool "LiteX LiteEth Ethernet MAC"
 	help
-	 Driver for the LiteEth Ethernet MAC from LiteX.
+	  Driver for the LiteEth Ethernet MAC from LiteX.

 config MV88E6XXX
 	bool "Marvell MV88E6xxx Ethernet switch DSA driver"
@@ -701,12 +701,12 @@ config SJA1105
 	  family. These are 5-port devices and are managed over an SPI
 	  interface. Probing is handled based on OF bindings. The driver
 	  supports the following revisions:
-	    - SJA1105E (Gen. 1, No TT-Ethernet)
-	    - SJA1105T (Gen. 1, TT-Ethernet)
-	    - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
-	    - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
-	    - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
-	    - SJA1105S (Gen. 2, SGMII, TT-Ethernet)
+	  - SJA1105E (Gen. 1, No TT-Ethernet)
+	  - SJA1105T (Gen. 1, TT-Ethernet)
+	  - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet)
+	  - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet)
+	  - SJA1105R (Gen. 2, SGMII, No TT-Ethernet)
+	  - SJA1105S (Gen. 2, SGMII, TT-Ethernet)

 config SMC911X
 	bool "SMSC LAN911x and LAN921x controller driver"
@@ -740,11 +740,11 @@ config SUN4I_EMAC
 	  This driver supports the Allwinner based SUN4I Ethernet MAC.

 config SUN8I_EMAC
-        bool "Allwinner Sun8i Ethernet MAC support"
-        select PHYLIB
+	bool "Allwinner Sun8i Ethernet MAC support"
+	select PHYLIB
 	select PHY_GIGE
-        help
-          This driver supports the  Allwinner based SUN8I/SUN50I Ethernet MAC.
+	help
+	  This driver supports the  Allwinner based SUN8I/SUN50I Ethernet MAC.
 	  It can be found in H3/A64/A83T based SoCs and compatible with both
 	  External and Internal PHYs.

@@ -905,7 +905,7 @@ config FEC1_PHY
 	help
 	  Define to the hardcoded PHY address which corresponds
 	  to the given FEC; i. e.
-		#define CONFIG_FEC1_PHY 4
+	  #define CONFIG_FEC1_PHY 4
 	  means that the PHY with address 4 is connected to FEC1

 	  When set to -1, means to probe for first available.
@@ -929,7 +929,7 @@ config FEC2_PHY
 	help
 	  Define to the hardcoded PHY address which corresponds
 	  to the given FEC; i. e.
-		#define CONFIG_FEC1_PHY 4
+	  #define CONFIG_FEC1_PHY 4
 	  means that the PHY with address 4 is connected to FEC1

 	  When set to -1, means to probe for first available.
@@ -1034,7 +1034,7 @@ config MDIO_GPIO_BITBANG
 	bool "GPIO bitbanging MDIO driver"
 	depends on DM_MDIO && DM_GPIO
 	help
-	 Driver for bitbanging MDIO
+	  Driver for bitbanging MDIO

 config MDIO_MUX_I2CREG
 	bool "MDIO MUX accessed as a register over I2C"
@@ -1080,8 +1080,8 @@ config MDIO_MSCC_MIIM
 	depends on DM_MDIO
 	select REGMAP
 	help
-		This driver supports MDIO interface found in Microsemi and Microchip
-		network switches.
+	  This driver supports MDIO interface found in Microsemi and Microchip
+	  network switches.

 config MDIO_MUX_MMIOREG
 	bool "MDIO MUX accessed as a MMIO register access"
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 0025c895f125..3f7953d693c9 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -81,7 +81,7 @@ config PHYLIB_10G
 config PHY_ADIN
 	bool "Analog Devices Industrial Ethernet PHYs"
 	help
-		Add support for configuring RGMII on Analog Devices ADIN PHYs.
+	  Add support for configuring RGMII on Analog Devices ADIN PHYs.

 menuconfig PHY_AQUANTIA
 	bool "Aquantia Ethernet PHYs support"
@@ -126,9 +126,9 @@ config SYS_CORTINA_NO_FW_UPLOAD
 	bool "Cortina firmware loading support"
 	depends on PHY_CORTINA
 	help
-		Cortina phy has provision to store phy firmware in attached dedicated
-		EEPROM. And boards designed with such EEPROM does not require firmware
-		upload.
+	  Cortina phy has provision to store phy firmware in attached dedicated
+	  EEPROM. And boards designed with such EEPROM does not require firmware
+	  upload.

 choice
 	prompt "Location of the Cortina firmware"
@@ -167,7 +167,7 @@ config PHY_CORTINA_ACCESS
 	default y
 	depends on CORTINA_NI_ENET
 	help
-		Cortina Access Ethernet PHYs init process
+	  Cortina Access Ethernet PHYs init process

 config PHY_DAVICOM
 	bool "Davicom Ethernet PHYs support"
@@ -317,13 +317,13 @@ config PHY_TERANETICS

 config PHY_TI
 	bool "Texas Instruments Ethernet PHYs support"
-	---help---
+	help
 	  Adds PHY registration support for TI PHYs.

 config PHY_TI_DP83867
 	select PHY_TI
 	bool "Texas Instruments Ethernet DP83867 PHY support"
-	---help---
+	help
 	  Adds support for the TI DP83867 1Gbit PHY.

 config SPL_PHY_TI_DP83867
@@ -333,13 +333,13 @@ config SPL_PHY_TI_DP83867
 config PHY_TI_DP83869
 	select PHY_TI
 	bool "Texas Instruments Ethernet DP83869 PHY support"
-	---help---
+	help
 	  Adds support for the TI DP83869 1Gbit PHY.

 config PHY_TI_GENERIC
 	select PHY_TI
 	bool "Texas Instruments Generic Ethernet PHYs support"
-	---help---
+	help
 	  Adds support for Generic TI PHYs that don't need special handling but
 	  the PHY name is associated with a PHY ID.

diff --git a/drivers/net/ti/Kconfig b/drivers/net/ti/Kconfig
index 93c3a0c35f2e..2d72af8aade0 100644
--- a/drivers/net/ti/Kconfig
+++ b/drivers/net/ti/Kconfig
@@ -14,7 +14,7 @@ config DRIVER_TI_EMAC
 	bool "TI Davinci EMAC"
 	depends on ARCH_DAVINCI || ARCH_OMAP2PLUS
 	help
-	   Support for davinci emac
+	  Support for davinci emac

 config DRIVER_TI_EMAC_USE_RMII
 	depends on DRIVER_TI_EMAC
@@ -26,7 +26,7 @@ config DRIVER_TI_KEYSTONE_NET
 	bool "TI Keystone 2 Ethernet"
 	depends on ARCH_KEYSTONE
 	help
-	   This driver supports the TI Keystone 2 Ethernet subsystem
+	  This driver supports the TI Keystone 2 Ethernet subsystem

 choice
 	prompt "TI Keystone 2 Ethernet NETCP IP revision"
--
2.39.5



More information about the U-Boot mailing list