.. | .. |
---|
480 | 480 | |
---|
481 | 481 | source "drivers/tty/hvc/Kconfig" |
---|
482 | 482 | |
---|
| 483 | +config RPMSG_TTY |
---|
| 484 | + tristate "RPMSG tty driver" |
---|
| 485 | + depends on RPMSG |
---|
| 486 | + help |
---|
| 487 | + Say y here to export rpmsg endpoints as tty devices, usually found |
---|
| 488 | + in /dev/ttyRPMSGx. |
---|
| 489 | + This makes it possible for user-space programs to send and receive |
---|
| 490 | + rpmsg messages as a standard tty protocol. |
---|
| 491 | + |
---|
| 492 | + To compile this driver as a module, choose M here: the module will be |
---|
| 493 | + called rpmsg_tty. |
---|
| 494 | + |
---|
483 | 495 | endif # TTY |
---|
484 | 496 | |
---|
485 | 497 | source "drivers/tty/serdev/Kconfig" |
---|