Lines Matching full:console
253 menu "Console" menu
262 bool "Console recording"
264 This provides a way to record console output (and provide console
266 Console output is recorded even when the console is silent.
267 To enable console recording, call console_record_reset_enable()
275 Set the size of the console output buffer. When this fills up, no
284 Set the size of the console input buffer. When this contains data,
290 bool "Add functionality to disable console completely"
292 Disable console (in & out).
304 All Messages with a loglevel smaller than the console loglevel will
327 bool "Support a silent console"
329 This option allows the console to be silenced, meaning that no
330 output will appear on the console devices. This is controlled by
332 Note this also silences the console when booting Linux.
334 When the console is set up, the variable is checked, and the
339 bool "Only silence the U-Boot console"
342 Normally when the U-Boot console is silenced, Linux's console is
344 allows the linux console to operate normally, even if U-Boot's
353 console silence flag immediately. This allows 'setenv' to be used
354 to silence or un-silence the console.
368 bool "Buffer characters before the console is available"
370 Prior to the console being initialised (i.e. serial UART
371 initialised etc) all console output is silently discarded.
373 buffer any console messages prior to the console being
378 useful to be able to share the pre-console buffer with SPL.
381 int "Sets the size of the pre-console buffer"
385 The size of the pre-console buffer affects how much console output
391 This is a useful feature if you are using a video console and
392 want to see the full boot output on the console. Without this
396 hex "Address of the pre-console buffer"
401 This sets the start address of the pre-console buffer. This must
410 bool "Enable console multiplexing"
413 This allows multiple devices to be used for each console 'file'.
416 Input can be provided from either source. Console multiplexing
421 bool "Select console devices from the environment"
431 bool "Allow board control over console overwriting"
436 are used. If this is not enabled, the console will not be switched
440 bool "Update environment variables during console init"
442 The console environment variables (stdout, stdin, stderr) can be
443 used to determine the correct console devices on start-up. This
444 option writes the console devices to these variables on console
446 updated to match the console devices actually chosen.
449 bool "Don't display the console devices on boot"
452 and stderr on boot when the post-relocation console is set up.
474 can be displayed on the console, recorded in a memory buffer, or
483 can be displayed on the console, recorded in a memory buffer, or
492 can be displayed on the console, recorded in a memory buffer, or
577 bool "Allow log output to the console"
581 Enables a log driver which writes log records to the console.
582 Generally the console is the serial port or LCD display. Only the
587 bool "Allow log output to the console in SPL"
591 Enables a log driver which writes log records to the console.
592 Generally the console is the serial port or LCD display. Only the
597 bool "Allow log output to the console in SPL"
601 Enables a log driver which writes log records to the console.
602 Generally the console is the serial port or LCD display. Only the
710 displayed immediately after the model is shown on the console
724 bool "Call arch-specific init after relocation, when console is ready"
729 and will be called after the console is set up, after relocation.
737 Note that the normal serial console is not yet set up, but the