Lines Matching full:console
221 menu "Console" menu
230 bool "Console recording"
232 This provides a way to record console output (and provide console
234 Console output is recorded even when the console is silent.
235 To enable console recording, call console_record_reset_enable()
244 Set the size of the console output buffer. When this fills up, no
253 Set the size of the console input buffer. When this contains data,
265 bool "disable console in & out"
267 This disable console in & out.
279 All Messages with a loglevel smaller than the console loglevel will
296 bool "Support a silent console"
298 This option allows the console to be silenced, meaning that no
299 output will appear on the console devices. This is controlled by
301 Note this also silences the console when booting Linux.
303 When the console is set up, the variable is checked, and the
308 bool "Only silence the U-Boot console"
311 Normally when the U-Boot console is silenced, Linux's console is
313 allows the linux console to operate normally, even if U-Boot's
322 console silence flag immediately. This allows 'setenv' to be used
323 to silence or un-silence the console.
337 bool "Buffer characters before the console is available"
339 Prior to the console being initialised (i.e. serial UART
340 initialised etc) all console output is silently discarded.
342 buffer any console messages prior to the console being
347 useful to be able to share the pre-console buffer with SPL.
350 int "Sets the size of the pre-console buffer"
354 The size of the pre-console buffer affects how much console output
360 This is a useful feature if you are using a video console and
361 want to see the full boot output on the console. Without this
365 hex "Address of the pre-console buffer"
370 This sets the start address of the pre-console buffer. This must
379 bool "Enable console multiplexing"
382 This allows multiple devices to be used for each console 'file'.
385 Input can be provided from either source. Console multiplexing
390 bool "Select console devices from the environment"
400 bool "Allow board control over console overwriting"
405 are used. If this is not enabled, the console will not be switched
409 bool "Update environment variables during console init"
411 The console environment variables (stdout, stdin, stderr) can be
412 used to determine the correct console devices on start-up. This
413 option writes the console devices to these variables on console
415 updated to match the console devices actually chosen.
418 bool "Don't display the console devices on boot"
421 and stderr on boot when the post-relocation console is set up.
442 can be displayed on the console, recorded in a memory buffer, or
450 can be displayed on the console, recorded in a memory buffer, or
491 bool "Allow log output to the console"
495 Enables a log driver which writes log records to the console.
496 Generally the console is the serial port or LCD display. Only the
501 bool "Allow log output to the console in SPL"
505 Enables a log driver which writes log records to the console.
506 Generally the console is the serial port or LCD display. Only the
574 bool "Call arch-specific init after relocation, when console is ready"
579 and will be called after the console is set up, after relocaiton.
587 Note that the normal serial console is not yet set up, but the