[PATCH] hwmon: sparx5: make it selectable for ARCH_LAN969X
From: Robert Marko
Date: Thu Apr 02 2026 - 08:41:00 EST
LAN969x uses the same sensor and driver, so make it selectable for
ARCH_LAN969X.
Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
---
drivers/hwmon/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5d852e488369..54b7d25576be 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -606,7 +606,7 @@ config SENSORS_I5K_AMB
config SENSORS_SPARX5
tristate "Sparx5 SoC temperature sensor"
- depends on ARCH_SPARX5 || COMPILE_TEST
+ depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST
help
If you say yes here you get support for temperature monitoring
with the Microchip Sparx5 SoC.
--
2.53.0