blob: cdc6b820cf93bc27273bf1480b4e821d4fa7bcee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|