# SPDX-License-Identifier: GPL-2.0 # # Serial bus device driver configuration # menuconfig [31mCONFIG_SERIAL_DEV_BUS[0m tristate "Serial device bus" help Core support for devices connected via a serial port. Note that you typically also want to enable [31mCONFIG_TTY[0m port controller support. if [31mCONFIG_SERIAL_DEV_BUS[0m config [31mCONFIG_SERIAL_DEV_CTRL_TTYPORT[0m bool "Serial device TTY port controller" help Say Y here if you want to use the Serial device bus with common [31mCONFIG_TTY[0m drivers (e.g. serial drivers). If unsure, say Y. depends on [31mCONFIG_TTY[0m depends on [31mCONFIG_SERIAL_DEV_BUS[0m != m default y endif |