Lines Matching refs:console
47 bool "Enable character translations in console" if EXPERT
53 bool "Support for console on virtual terminal" if EXPERT
57 The system console is the device which receives all kernel messages
60 a physical terminal) can be used as system console. This is the most
66 terminal (/dev/tty0) will be used as system console. You can change
67 that with a kernel command line option such as "console=tty3" which
68 would use the third virtual terminal as system console. (Try "man
84 bool "Support for binding and unbinding console drivers"
88 terminal through console drivers. On these systems, at least one
89 console driver is loaded. In other configurations, additional console
90 drivers may be enabled, such as the framebuffer console. If more than
91 1 console driver is enabled, setting this to 'y' will allow you to
92 select the console driver that will serve as the backend for the
95 See <file:Documentation/driver-api/console.rst> for more
96 information. For framebuffer console users, please refer to
270 bool "Early console (udbg) support for ePAPR hypervisors"
273 Select this option to enable early console (a.k.a. "udbg") support
278 int "Byte channel handle for early console (udbg)"
282 If you want early console (udbg) output through a byte channel,
288 Note that only one early console driver can be enabled, so don't
292 there simply will be no early console output. This is true also
338 This enables a TTY and console on the MIPS EJTAG Fast Debug Channels,
340 probe which supports it, to get console output and a login prompt via
346 The console can be enabled with console=fdc1 (for FDC channel 1 on all
347 CPUs). Do not use the console unless there is a debug probe attached
353 bool "Early FDC console"
356 This registers a console on FDC channel 1 very early during boot (from
386 This is useful to allow userspace applications which expect a console
387 device to work without modifications even when no console is
390 In order to use this driver, you should redirect the console to this
391 TTY, or boot the kernel with console=ttynull.