lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <6543bb3e.df0a0220.385df.cdb1@mx.google.com> Date: Thu, 2 Nov 2023 16:07:41 +0100 From: Christian Marangi <ansuelsmth@...il.com> To: Andrew Lunn <andrew@...n.ch> Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>, Heiner Kallweit <hkallweit1@...il.com>, Russell King <linux@...linux.org.uk>, Robert Marko <robimarko@...il.com>, Vladimir Oltean <vladimir.oltean@....com>, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [net-next RFC PATCH v3 1/4] net: phy: aquantia: move to separate directory 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
Powered by blists - more mailing lists