Lines Matching +full:uart +full:- +full:16550 +full:- +full:compatible
1 # SPDX-License-Identifier: GPL-2.0
22 "8250/16550 and compatible serial early printk driver"
23 If you say Y here, it will be possible to use a 8250/16550 serial
30 bool "Built-in kernel command line"
41 The built-in options will be concatenated to the default command
43 command line will be ignored and replaced by the built-in string.
46 the command line from the firmware or the second-stage bootloader.
55 the default command line, you can supply some command-line options at
64 bool "Built-in command line overrides firmware arguments"
69 Instead, the built-in command line will be used exclusively.
88 board supports uart16550 compatible serial port, please select
92 If your board doesn't support uart16550 compatible serial port, you
95 arch/mips/boot/compressed/uart-16550.c does.
102 int "UART to use for compressed kernel debugging"
107 Specify the UART that should be used for compressed kernel debugging.
127 bool "CPS SMP NS16550 UART output"
130 Output debug information via an ns16550 compatible UART if exceptions
139 hex "UART Base Address"
143 The base address of the ns16550 compatible UART on which to output
146 This is only used if non-zero.
149 int "UART Register Shift"
157 int "UART Register Width"
160 ns16550 registers width. UART registers IO access methods will be
162 4 UART registers will be accessed by means of lb/sb, lh/sh or lw/sw