Lines Matching full:console

1 # Console driver configuration options
9 menuconfig CONSOLE config
10 bool "Console drivers"
12 if CONSOLE
15 int "Console maximum input line length"
18 This option can be used to modify the maximum length a console input
24 This is an option to be enabled by console drivers to signal
25 that some kind of console exists.
28 bool "Console input handler"
32 This option enables console input handler allowing to write simple
33 interaction between serial console and the OS.
36 int "Console init priority"
41 Console driver device initialization priority.
44 bool "Use UART for console"
48 Enable this option to use one UART for console.
51 bool "Debug server hooks in debug console"
55 handling of traffic that goes through the console logic. The debug
57 they are some sort of control characters, or let the regular console
61 bool "UART console mcumgr passthrough"
64 Enables the UART console to receive mcumgr frames for image upgrade
65 and device management. When enabled, the UART console does not
70 bool "Support for UART console input expired mechanism"
75 the module for UART console is in use now. If the interval of console
79 console module. This mechanism gives a window in which the users can
83 int "Fixed amount of time to keep the UART console in use flag true"
88 console in use flag true.
91 bool "Use JAILHOUSE_DEBUG console"
95 Emit console messages to a jailhouse hypervisor debug console.
100 bool "Use RAM console"
103 Emit console messages to a RAM buffer "ram_console" which can
108 int "Ram Console buffer size"
112 Size of the RAM console buffer. Messages will wrap around if the
116 bool "Use RTT console"
120 Emit console messages to a RAM buffer that is then read by the
146 If enabled RTT console will busy wait between TX retries when console
154 bool "Inter-processor Mailbox console sender"
157 Enable the sending side of IPM console
160 bool "Inter-processor Mailbox console receiver"
163 Enable the receiving side of IPM console
166 int "Stack size for IPM console receiver thread"
171 Each instance of the IPM console receiver driver creates a worker
176 bool "Inter-processor Mailbox console"
180 Enable console over Inter-processor Mailbox.
183 int "IPM console line buffer length"
187 IPM console line buffer length specify amount of the buffer
197 contrary to console UART driver) and all aspects of received protocol
223 bool "Use Xtensa simulator console"
229 Use simulator console to print messages.
232 bool "Use the host terminal for console"
246 bool "Use semihosting for console"
250 Enable this option to use semihosting for console.
254 module-str = UART console
257 source "drivers/console/Kconfig.gsm_mux"
336 bool "Use EFI console for console output"
339 Enable this option to use EFI console output.
342 bool "Use Winstream console"
346 Use winstream as a console.
350 endif # CONSOLE