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 <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 06edb86 commit 98c8a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)