Skip to content
Snippets Groups Projects
Commit 63d80784 authored by Yongxin Liu's avatar Yongxin Liu Committed by Bruce Ashfield
Browse files

bsp/intel-x86: increase maximum number of supported 8250 serial ports to 16


The default number of supported 8250/16550 serial ports is 4, which is not
enough for some platforms. For example, Intel Elkhart Lake CRB has 6 serial
ports in total. Runtime supported ports number can be overridden with the
module parameter "nr_uarts", or boot-time parameter 8250.nr_uarts.

Signed-off-by: default avatarYongxin Liu <yongxin.liu@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent a6235356
No related branches found
No related tags found
No related merge requests found
# SPDX-License-Identifier: MIT
CONFIG_SERIAL_8250_NR_UARTS=16
CONFIG_SERIAL_8250_RUNTIME_UARTS=16
......@@ -62,3 +62,4 @@ kconf hardware intel-x86-ixgbe-overrides.cfg
kconf hardware intel-x86-i915-overrides.cfg
kconf hardware intel-x86-cfg80211-overrides.cfg
kconf hardware intel-x86-dptf-overrides.cfg
kconf hardware intel-x86-serial-8250-overrides.cfg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment