Merge branch 'sock_hold-misuses'
[linux/fpc-iii.git] / drivers / tty / serdev / Kconfig
blobcdc6b820cf93bc27273bf1480b4e821d4fa7bcee
2 # Serial bus device driver configuration
4 menuconfig SERIAL_DEV_BUS
5         tristate "Serial device bus"
6         help
7           Core support for devices connected via a serial port.
9 if SERIAL_DEV_BUS
11 config SERIAL_DEV_CTRL_TTYPORT
12         bool "Serial device TTY port controller"
13         depends on TTY
14         depends on SERIAL_DEV_BUS != m
16 endif