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 <robert.marko@sartura.hr> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20250108131045.40642-3-robert.marko@sartura.hr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6dd1de9 commit 2b6b523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)