Message ID | 20200525130238.3614179-1-olteanv@gmail.com |
---|---|
State | New |
Headers | show |
Series | serial: 8250: probe all 16550A variants by default | expand |
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index af0688156dd0..89c7ecb55619 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -63,6 +63,7 @@ config SERIAL_8250_PNP config SERIAL_8250_16550A_VARIANTS bool "Support for variants of the 16550A serial port" depends on SERIAL_8250 + default y help The 8250 driver can probe for many variants of the venerable 16550A serial port. Doing so takes additional time at boot.