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"
40 Console driver device initialization priority.
43 bool "Use UART for console"
47 Enable this option to use one UART for console.
50 bool "Debug server hooks in debug console"
54 handling of traffic that goes through the console logic. The debug
56 they are some sort of control characters, or let the regular console
60 bool "UART console mcumgr passthrough"
63 Enables the UART console to receive mcumgr frames for image upgrade
64 and device management. When enabled, the UART console does not
69 bool "Support for UART console input expired mechanism"
74 the module for UART console is in use now. If the interval of console
78 console module. This mechanism gives a window in which the users can
82 int "Fixed amount of time to keep the UART console in use flag true"
87 console in use flag true.
90 bool "Use JAILHOUSE_DEBUG console"
94 Emit console messages to a jailhouse hypervisor debug console.
99 DT_CHOSEN_Z_RAM_CONSOLE := zephyr,ram-console
102 bool "Use RAM console"
106 Emit console messages to a RAM buffer "ram_console" which can
111 bool "Use dedicated section as RAM console buffer"
115 Use a dedicated section as the RAM console buffer, whose address is
116 known before build so that the console output messages can be easily
120 int "Ram Console buffer size"
125 Total size of the RAM console buffer, to ensure it's always
131 bool "Use RTT console"
135 Emit console messages to a RAM buffer that is then read by the
161 If enabled RTT console will busy wait between TX retries when console
169 bool "Inter-processor Mailbox console sender"
172 Enable the sending side of IPM console
175 bool "Inter-processor Mailbox console receiver"
178 Enable the receiving side of IPM console
181 int "Stack size for IPM console receiver thread"
186 Each instance of the IPM console receiver driver creates a worker
191 bool "Inter-processor Mailbox console"
195 Enable console over Inter-processor Mailbox.
198 int "IPM console line buffer length"
202 IPM console line buffer length specify amount of the buffer
212 contrary to console UART driver) and all aspects of received protocol
238 bool "Use Xtensa simulator console"
244 Use simulator console to print messages.
247 bool "Use the host terminal for console"
261 bool "Use semihosting for console"
265 Enable this option to use semihosting for console.
269 module-str = UART console
273 bool "Use EFI console for console output"
276 Enable this option to use EFI console output.
279 bool "Use Winstream console"
283 Use winstream as a console.
287 endif # CONSOLE