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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250917105541.54033-1-robert.marko@sartura.hr>
Date: Wed, 17 Sep 2025 12:55:14 +0200
From: Robert Marko <robert.marko@...tura.hr>
To: daniel.machon@...rochip.com,
	vkoul@...nel.org,
	kishon@...nel.org,
	linux-phy@...ts.infradead.org,
	linux-kernel@...r.kernel.org,
	herve.codina@...tlin.com
Cc: luka.perkov@...tura.hr,
	benjamin.ryzman@...onical.com,
	Robert Marko <robert.marko@...tura.hr>
Subject: [PATCH] phy: sparx5-serdes: make it selectable for ARCH_LAN969X

LAN969x uses the SparX-5 SERDES driver, so make it selectable for
ARCH_LAN969X.

Signed-off-by: Robert Marko <robert.marko@...tura.hr>
---
 drivers/phy/microchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/microchip/Kconfig b/drivers/phy/microchip/Kconfig
index 2f0045e874ac..2e6d1224711e 100644
--- a/drivers/phy/microchip/Kconfig
+++ b/drivers/phy/microchip/Kconfig
@@ -6,7 +6,7 @@
 config PHY_SPARX5_SERDES
 	tristate "Microchip Sparx5 SerDes PHY driver"
 	select GENERIC_PHY
-	depends on ARCH_SPARX5 || COMPILE_TEST
+	depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST
 	depends on OF
 	depends on HAS_IOMEM
 	help
-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ