Skip to content

Commit d245442

Browse files
committed
Modify Maximum number of 8250/16550 serial ports to 5
Change-Id: I26f7f0fff4a352487b60e1bc30a94d30c6e0b985 Reviewed-on: https://tp-biosrd-v02/gerrit/80436 Reviewed-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com> Tested-by: Scorpio Chang(張志賢) <Scorpio_Chang@asus.com>
1 parent c2b6426 commit d245442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/tty/serial/8250/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ config SERIAL_8250_CS
138138
config SERIAL_8250_NR_UARTS
139139
int "Maximum number of 8250/16550 serial ports"
140140
depends on SERIAL_8250
141-
default "4"
141+
default "5"
142142
help
143143
Set this to the number of serial ports you want the driver
144144
to support. This includes any ports discovered via ACPI or
@@ -149,7 +149,7 @@ config SERIAL_8250_RUNTIME_UARTS
149149
int "Number of 8250/16550 serial ports to register at runtime"
150150
depends on SERIAL_8250
151151
range 0 SERIAL_8250_NR_UARTS
152-
default "4"
152+
default "5"
153153
help
154154
Set this to the maximum number of serial ports you want
155155
the kernel to register at boot time. This can be overridden

0 commit comments

Comments
 (0)