Lines Matching +full:uart +full:- +full:16550 +full:- +full:compatible
1 # SPDX-License-Identifier: GPL-2.0
26 "8250/16550 and compatible serial early printk driver"
27 If you say Y here, it will be possible to use a 8250/16550 serial
34 bool "Built-in kernel command line"
45 The built-in options will be concatenated to the default command
47 command line will be ignored and replaced by the built-in string.
50 the command line from the firmware or the second-stage bootloader.
59 the default command line, you can supply some command-line options at
68 bool "Built-in command line overrides firmware arguments"
73 Instead, the built-in command line will be used exclusively.
91 board supports uart16550 compatible serial port, please select
95 If your board doesn't support uart16550 compatible serial port, you
98 arch/mips/boot/compressed/uart-16550.c does.
122 bool "CPS SMP NS16550 UART output"
125 Output debug information via an ns16550 compatible UART if exceptions
134 hex "UART Base Address"
138 The base address of the ns16550 compatible UART on which to output
141 This is only used if non-zero.
144 int "UART Register Shift"
152 int "UART Register Width"
155 ns16550 registers width. UART registers IO access methods will be
157 4 UART registers will be accessed by means of lb/sb, lh/sh or lw/sw