brintos

brintos / linux-shallow public Read only

0
0
Text · 568 B · 46ae732 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Serial bus device driver configuration4#5menuconfig SERIAL_DEV_BUS6	tristate "Serial device bus"7	help8	  Core support for devices connected via a serial port.9 10	  Note that you typically also want to enable TTY port controller support.11 12if SERIAL_DEV_BUS13 14config SERIAL_DEV_CTRL_TTYPORT15	bool "Serial device TTY port controller"16	help17	  Say Y here if you want to use the Serial device bus with common TTY18	  drivers (e.g. serial drivers).19 20	  If unsure, say Y.21	depends on TTY22	depends on SERIAL_DEV_BUS != m23	default y24 25endif26