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: <3af56cbe-dd9a-4747-b7a7-376367df6f79@lunn.ch> Date: Thu, 2 Nov 2023 16:49:22 +0100 From: Andrew Lunn <andrew@...n.ch> To: Christian Marangi <ansuelsmth@...il.com> 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:07:41PM +0100, Christian Marangi wrote: > 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... Yes, that would be best. Thanks Andrew --- pw-bot: cr
Powered by blists - more mailing lists