On Thu, Nov 02, 2023 at 04:03:33PM +0100, Andrew Lunn wrote: > > 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. > Oh wasn't aware... Yes it does move it to the top of the list... I can just move the source entry where AQUANTIA_PHY was... Or if we really want, not create a dedicated Kconfig for it and keep everything in PHY. -- Ansuel