Lines Matching full: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
63 you should say Y to "Console on serial port", below).
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
79 bool "Support for binding and unbinding console drivers"
83 terminal through console drivers. On these systems, at least one
84 console driver is loaded. In other configurations, additional console
85 drivers may be enabled, such as the framebuffer console. If more than
86 1 console driver is enabled, setting this to 'y' will allow you to
87 select the console driver that will serve as the backend for the
90 See <file:Documentation/driver-api/console.rst> for more
91 information. For framebuffer console users, please refer to
265 bool "Early console (udbg) support for ePAPR hypervisors"
268 Select this option to enable early console (a.k.a. "udbg") support
273 int "Byte channel handle for early console (udbg)"
277 If you want early console (udbg) output through a byte channel,
283 Note that only one early console driver can be enabled, so don't
287 there simply will be no early console output. This is true also
296 Console and system TTY driver for the Goldfish virtual platform.
333 This enables a TTY and console on the MIPS EJTAG Fast Debug Channels,
335 probe which supports it, to get console output and a login prompt via
341 The console can be enabled with console=fdc1 (for FDC channel 1 on all
342 CPUs). Do not use the console unless there is a debug probe attached
348 bool "Early FDC console"
351 This registers a console on FDC channel 1 very early during boot (from
381 This is useful to allow userspace applications which expect a console
382 device to work without modifications even when no console is
385 In order to use this driver, you should redirect the console to this
386 TTY, or boot the kernel with console=ttynull.
391 tristate "Sun Virtual Console Concentrator"