From: Robert Marko Date: Thu, 2 Apr 2026 12:34:24 +0000 (+0200) Subject: hwmon: (sparx5) Make it selectable for ARCH_LAN969X X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db0b82754140c76774ce01f6110ff0d1c0f2b67;p=thirdparty%2Fkernel%2Flinux.git hwmon: (sparx5) Make it selectable for ARCH_LAN969X LAN969x uses the same sensor and driver, so make it selectable for ARCH_LAN969X. Signed-off-by: Robert Marko Link: https://lore.kernel.org/r/20260402123436.47856-1-robert.marko@sartura.hr Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 152ab31298d9..fb847ab40ab4 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.