Re: [net-next RFC PATCH v3 1/4] net: phy: aquantia: move to separate directory

From: Andrew Lunn
Date: Thu Nov 02 2023 - 11:03:58 EST


> diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
> index 421d2b62918f..4b2451dd6c45 100644
> --- a/drivers/net/phy/Kconfig
> +++ b/drivers/net/phy/Kconfig
> @@ -68,6 +68,8 @@ config SFP
>
> comment "MII PHY device drivers"
>
> +source "drivers/net/phy/aquantia/Kconfig"
> +
> config AMD_PHY
> tristate "AMD and Altima PHYs"
> help
> @@ -96,11 +98,6 @@ 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
> -

Does this move the PHY in the make menuconfig menu? We try to keep it
sorted based on the tristate string.

Andrew