aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-11-14 15:08:41 +0100
committerDavid S. Miller <davem@davemloft.net>2023-11-16 22:10:29 +0000
commitd2213db3f49bce8e7a87c8de05b9a091f78f654e (patch)
tree58b638b1f2e555ab1768f10c5e62550854708dbc /drivers/net/phy/Kconfig
parent470f3669d38dac3eb5e4b0db5bb9aea3a52df547 (diff)
downloadlinux-d2213db3f49bce8e7a87c8de05b9a091f78f654e.tar.gz
net: phy: aquantia: move to separate directory
Move aquantia PHY driver to separate driectory in preparation for firmware loading support to keep things tidy. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 421d2b62918fd2..25cfc5ded1da85 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -96,10 +96,7 @@ config ADIN1100_PHY
Currently supports the:
- ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
-config AQUANTIA_PHY
- tristate "Aquantia PHYs"
- help
- Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
+source "drivers/net/phy/aquantia/Kconfig"
config AX88796B_PHY
tristate "Asix PHYs"