diff options
Diffstat (limited to 'drivers/tty/serdev/Kconfig')
-rw-r--r-- | drivers/tty/serdev/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/tty/serdev/Kconfig b/drivers/tty/serdev/Kconfig new file mode 100644 index 000000000000..cdc6b820cf93 --- /dev/null +++ b/drivers/tty/serdev/Kconfig @@ -0,0 +1,16 @@ +# +# Serial bus device driver configuration +# +menuconfig SERIAL_DEV_BUS + tristate "Serial device bus" + help + Core support for devices connected via a serial port. + +if SERIAL_DEV_BUS + +config SERIAL_DEV_CTRL_TTYPORT + bool "Serial device TTY port controller" + depends on TTY + depends on SERIAL_DEV_BUS != m + +endif |