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: <5f60b2dc-4e97-49dc-8427-306400fb1b71@lunn.ch> Date: Thu, 2 Nov 2023 16:03:33 +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 > 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
Powered by blists - more mailing lists