Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <robert.marko@sartura.hr>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Robert Marko and committed by
Philipp Zabel
bf919ccf fc80e57c

+1 -1
+1 -1
drivers/reset/Kconfig
··· 170 170 171 171 config RESET_MCHP_SPARX5 172 172 tristate "Microchip Sparx5 reset driver" 173 - depends on ARCH_SPARX5 || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST 173 + depends on ARCH_SPARX5 || ARCH_LAN969X || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST 174 174 default y if SPARX5_SWITCH 175 175 select MFD_SYSCON 176 176 help