xref: /linux/drivers/tty/serdev/Kconfig (revision 9263969a46fc899092ba4f8c4206fa2340c9a64e)
1#
2# Serial bus device driver configuration
3#
4menuconfig SERIAL_DEV_BUS
5	tristate "Serial device bus"
6	help
7	  Core support for devices connected via a serial port.
8
9if SERIAL_DEV_BUS
10
11config SERIAL_DEV_CTRL_TTYPORT
12	bool "Serial device TTY port controller"
13	depends on TTY
14	depends on SERIAL_DEV_BUS != m
15
16endif
17