From: Robert Marko Date: Mon, 22 Sep 2025 14:27:29 +0000 (+0200) Subject: reset: sparx5: add LAN969x support X-Git-Tag: v6.19-rc1~98^2~1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf919ccfced7d47d14ec2d20ae465e8ae410aee6;p=thirdparty%2Flinux.git reset: sparx5: add LAN969x support LAN969x uses the same reset configuration as LAN966x, but we need to allow compiling it when ARCH_LAN969X is selected. A fallback compatible to LAN966x will be used. Signed-off-by: Robert Marko Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 78b7078478d46..59245cd0c393e 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -170,7 +170,7 @@ config RESET_LPC18XX config RESET_MCHP_SPARX5 tristate "Microchip Sparx5 reset driver" - depends on ARCH_SPARX5 || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST + depends on ARCH_SPARX5 || ARCH_LAN969X || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST default y if SPARX5_SWITCH select MFD_SYSCON help