Skip to content

Commit 98c8a0f

Browse files
robimarkolag-linaro
authored andcommitted
mfd: at91-usart: Make it selectable for ARCH_LAN969X
LAN969x uses the AT91 USART IP so make it selectable for ARCH_LAN969X. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20250131171739.1044701-2-robert.marko@sartura.hr Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 06edb86 commit 98c8a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mfd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ config MFD_AAT2870_CORE
138138
config MFD_AT91_USART
139139
tristate "AT91 USART Driver"
140140
select MFD_CORE
141-
depends on ARCH_AT91 || COMPILE_TEST
141+
depends on ARCH_AT91 || ARCH_LAN969X || COMPILE_TEST
142142
help
143143
Select this to get support for AT91 USART IP. This is a wrapper
144144
over at91-usart-serial driver and usart-spi-driver. Only one function

0 commit comments

Comments
 (0)