Lines Matching full:console
48 bool "Enable character translations in console" if EXPERT
54 bool "Support for console on virtual terminal" if EXPERT
58 The system console is the device which receives all kernel messages
61 a physical terminal) can be used as system console. This is the most
64 you should say Y to "Console on serial port", below).
67 terminal (/dev/tty0) will be used as system console. You can change
68 that with a kernel command line option such as "console=tty3" which
69 would use the third virtual terminal as system console. (Try "man
85 bool "Support for binding and unbinding console drivers"
89 terminal through console drivers. On these systems, at least one
90 console driver is loaded. In other configurations, additional console
91 drivers may be enabled, such as the framebuffer console. If more than
92 1 console driver is enabled, setting this to 'y' will allow you to
93 select the console driver that will serve as the backend for the
96 See <file:Documentation/driver-api/console.rst> for more
97 information. For framebuffer console users, please refer to
329 bool "Early console (udbg) support for ePAPR hypervisors"
332 Select this option to enable early console (a.k.a. "udbg") support
337 int "Byte channel handle for early console (udbg)"
341 If you want early console (udbg) output through a byte channel,
347 Note that only one early console driver can be enabled, so don't
351 there simply will be no early console output. This is true also
360 Console and system TTY driver for the Goldfish virtual platform.
388 This enables a TTY and console on the MIPS EJTAG Fast Debug Channels,
390 probe which supports it, to get console output and a login prompt via
396 The console can be enabled with console=fdc1 (for FDC channel 1 on all
397 CPUs). Do not use the console unless there is a debug probe attached
403 bool "Early FDC console"
406 This registers a console on FDC channel 1 very early during boot (from
436 This is useful to allow userspace applications which expect a console
437 device to work without modifications even when no console is
440 In order to use this driver, you should redirect the console to this
441 TTY, or boot the kernel with console=ttynull.
476 tristate "Sun Virtual Console Concentrator"