]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/tty/serdev/Kconfig
UBUNTU: [Config] CONFIG_REGULATOR_HI6421V530=m
[mirror_ubuntu-artful-kernel.git] / drivers / tty / serdev / Kconfig
1 #
2 # Serial bus device driver configuration
3 #
4 menuconfig SERIAL_DEV_BUS
5 tristate "Serial device bus"
6 help
7 Core support for devices connected via a serial port.
8
9 if SERIAL_DEV_BUS
10
11 config SERIAL_DEV_CTRL_TTYPORT
12 bool "Serial device TTY port controller"
13 depends on TTY
14 depends on SERIAL_DEV_BUS != m
15
16 endif