]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: allow selecting MSM debug UART with ARCH_IPQ40XX
authorRobert Marko <robert.marko@sartura.hr>
Mon, 15 Apr 2024 10:49:25 +0000 (12:49 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:13 +0000 (13:29 +0200)
commit6b163a63e5705bff12491ea7e3b67cef9a6bfc05
treeb34934b9de814e538a6940d8fc8fe38958e13b34
parent0bfbd404efa8adee75e6d7fe5a8d70db98a7f4d5
serial: allow selecting MSM debug UART with ARCH_IPQ40XX

Currently, DEBUG_UART_MSM depends on ARCH_SNAPDRAGON only, but IPQ40XX
devices also use the same UART HW so they can also use the debug UART.

So, allow selecting DEBUG_UART_MSM when using ARCH_IPQ40XX as well.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/serial/Kconfig