diff mbox series

serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE

Message ID 20230524085816.474223-1-u.kleine-koenig@pengutronix.de
State New
Headers show
Series serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE | expand

Commit Message

Uwe Kleine-König May 24, 2023, 8:58 a.m. UTC
The need to handle the FSL variant of 8250 in a special way is also
present without console support. So soften the dependency for
SERIAL_8250_FSL accordingly.

This issue was identified by Dominik Andreas Schorpp.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/tty/serial/8250/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: ac9a78681b921877518763ba0e89202254349d1b
diff mbox series

Patch

diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index 5313aa31930f..10c09b19c871 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -378,7 +378,7 @@  config SERIAL_8250_BCM2835AUX
 
 config SERIAL_8250_FSL
 	bool "Freescale 16550 UART support" if COMPILE_TEST && !(PPC || ARM || ARM64)
-	depends on SERIAL_8250_CONSOLE
+	depends on SERIAL_8250
 	default PPC || ARM || ARM64
 	help
 	  Selecting this option enables a workaround for a break-detection