Lines Matching +full:rpmsg +full:- +full:in

1 # SPDX-License-Identifier: GPL-2.0
7 blocks features that require TTY from inclusion in the kernel.
23 one can be used for a text-mode user session, and a third could run
24 an X session, all in parallel. Switching between virtual terminals
25 is done with certain key combinations, usually Alt-<function key>.
35 You need at least one virtual terminal device in order to make use
37 embedded system would want to say N here in order to save some
42 shiny Linux system :-)
47 bool "Enable character translations in console" if EXPERT
58 and warnings and which allows logins in single user mode. If you
62 the kernel messages be output only to a serial port (in which case
84 console driver is loaded. In other configurations, additional console
90 See <file:Documentation/driver-api/console.rst> for more
105 Linux has traditionally used the BSD-like names /dev/ptyxx for
108 however, supports the Unix98 naming standard: in order to acquire a
128 Linux has traditionally used the BSD-like names /dev/ptyxx
135 int "Maximum number of legacy PTY in use"
144 When not in use, each legacy PTY occupies 12 bytes on 32-bit
145 architectures and 24 bytes on 64-bit architectures.
154 meaningful real-world utility any more. Its use is considered
174 line discipline that is in a kernel module when a user asks
185 the traditional method of on-demand loading of these modules
195 bool "Non-standard serial port support"
198 Say Y here if you have any non-standard serial boards -- boards
202 serial ports because they serve many terminals or dial-in
207 the questions about non-standard serial boards.
229 changes finally resulting in PCI probing.
251 inserted in and removed from the running kernel whenever you want).
281 in-kernel, not as a module.
308 This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
309 some countries (for example Czech Republic, T-Mobile ISP) this card
320 tristate "HSDPA Broadband Wireless Data Card - Globe Trotter"
323 If you have a HSDPA driver Broadband Wireless Data Card -
352 MIPS arch code). This is useful for bring-up and debugging early boot
385 In order to use this driver, you should redirect the console to this
399 tristate "RPMSG tty driver"
400 depends on RPMSG
402 Say y here to export rpmsg endpoints as tty devices, usually found
403 in /dev/ttyRPMSGx.
404 This makes it possible for user-space programs to send and receive
405 rpmsg messages as a standard tty protocol.