Skip to content

Commit 2b6b523

Browse files
robimarkogregkh
authored andcommitted
tty: serial: atmel: make it selectable for ARCH_LAN969X
LAN969x uses the Atmel serial, 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: Greg Kroah-Hartman <[email protected]>
1 parent 6dd1de9 commit 2b6b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ config SERIAL_SB1250_DUART_CONSOLE
128128
config SERIAL_ATMEL
129129
bool "AT91 on-chip serial port support"
130130
depends on COMMON_CLK
131-
depends on ARCH_AT91 || COMPILE_TEST
131+
depends on ARCH_AT91 || ARCH_LAN969X || COMPILE_TEST
132132
select SERIAL_CORE
133133
select SERIAL_MCTRL_GPIO if GPIOLIB
134134
select MFD_AT91_USART

0 commit comments

Comments
 (0)