net: phy: Use tab for indentation in Kconfig

Using tabs instead of space for indentation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Michal Simek 2017-08-14 15:43:00 +02:00 committed by David S. Miller
parent 6e43cd3b1a
commit 54161ed4ee

View file

@ -5,7 +5,7 @@
menuconfig MDIO_DEVICE menuconfig MDIO_DEVICE
tristate "MDIO bus device drivers" tristate "MDIO bus device drivers"
help help
MDIO devices and driver infrastructure code. MDIO devices and driver infrastructure code.
config MDIO_BUS config MDIO_BUS
tristate tristate
@ -117,11 +117,11 @@ config MDIO_I2C
This is library mode. This is library mode.
config MDIO_MOXART config MDIO_MOXART
tristate "MOXA ART MDIO interface support" tristate "MOXA ART MDIO interface support"
depends on ARCH_MOXART depends on ARCH_MOXART
help help
This driver supports the MDIO interface found in the network This driver supports the MDIO interface found in the network
interface units of the MOXA ART SoC interface units of the MOXA ART SoC
config MDIO_OCTEON config MDIO_OCTEON
tristate "Octeon and some ThunderX SOCs MDIO buses" tristate "Octeon and some ThunderX SOCs MDIO buses"
@ -192,7 +192,7 @@ config LED_TRIGGER_PHY
state change will trigger the events, for consumption by an state change will trigger the events, for consumption by an
LED class driver. There are triggers for each link speed currently LED class driver. There are triggers for each link speed currently
supported by the phy, and are of the form: supported by the phy, and are of the form:
<mii bus id>:<phy>:<speed> <mii bus id>:<phy>:<speed>
Where speed is in the form: Where speed is in the form:
<Speed in megabits>Mbps or <Speed in gigabits>Gbps <Speed in megabits>Mbps or <Speed in gigabits>Gbps
@ -211,9 +211,9 @@ config AMD_PHY
Currently supports the am79c874 Currently supports the am79c874
config AQUANTIA_PHY config AQUANTIA_PHY
tristate "Aquantia PHYs" tristate "Aquantia PHYs"
---help--- ---help---
Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
config AT803X_PHY config AT803X_PHY
tristate "AT803X PHYs" tristate "AT803X PHYs"
@ -382,21 +382,21 @@ config STE10XP
This is the driver for the STe100p and STe101p PHYs. This is the driver for the STe100p and STe101p PHYs.
config TERANETICS_PHY config TERANETICS_PHY
tristate "Teranetics PHYs" tristate "Teranetics PHYs"
---help--- ---help---
Currently supports the Teranetics TN2020 Currently supports the Teranetics TN2020
config VITESSE_PHY config VITESSE_PHY
tristate "Vitesse PHYs" tristate "Vitesse PHYs"
---help--- ---help---
Currently supports the vsc8244 Currently supports the vsc8244
config XILINX_GMII2RGMII config XILINX_GMII2RGMII
tristate "Xilinx GMII2RGMII converter driver" tristate "Xilinx GMII2RGMII converter driver"
---help--- ---help---
This driver support xilinx GMII to RGMII IP core it provides This driver support xilinx GMII to RGMII IP core it provides
the Reduced Gigabit Media Independent Interface(RGMII) between the Reduced Gigabit Media Independent Interface(RGMII) between
Ethernet physical media devices and the Gigabit Ethernet controller. Ethernet physical media devices and the Gigabit Ethernet controller.
endif # PHYLIB endif # PHYLIB