2017-02-02 19:48:07 +00:00
|
|
|
#
|
|
|
|
# Serial bus device driver configuration
|
|
|
|
#
|
|
|
|
menuconfig SERIAL_DEV_BUS
|
|
|
|
tristate "Serial device bus"
|
|
|
|
help
|
|
|
|
Core support for devices connected via a serial port.
|
|
|
|
|
2017-02-02 19:48:08 +00:00
|
|
|
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
|