Linux 4.16.11
[linux/fpc-iii.git] / drivers / tty / serdev / Kconfig
blob1dbc8352e02724fb1aa27b46c42e4803053a5f95
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           Note that you typically also want to enable TTY port controller support.
11 if SERIAL_DEV_BUS
13 config SERIAL_DEV_CTRL_TTYPORT
14         bool "Serial device TTY port controller"
15         help
16           Say Y here if you want to use the Serial device bus with common TTY
17           drivers (e.g. serial drivers).
19           If unsure, say Y.
20         depends on TTY
21         depends on SERIAL_DEV_BUS != m
22         default y
24 endif