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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Robert Marko and committed by
Lee Jones
98c8a0f3 06edb863

+1 -1
+1 -1
drivers/mfd/Kconfig
··· 138 138 config MFD_AT91_USART 139 139 tristate "AT91 USART Driver" 140 140 select MFD_CORE 141 - depends on ARCH_AT91 || COMPILE_TEST 141 + depends on ARCH_AT91 || ARCH_LAN969X || COMPILE_TEST 142 142 help 143 143 Select this to get support for AT91 USART IP. This is a wrapper 144 144 over at91-usart-serial driver and usart-spi-driver. Only one function