hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/tty/Kconfig
....@@ -480,6 +480,18 @@
480480
481481 source "drivers/tty/hvc/Kconfig"
482482
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
+
483495 endif # TTY
484496
485497 source "drivers/tty/serdev/Kconfig"