# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_BT_RFCOMM[0m tristate "RFCOMM protocol support" depends on [31mCONFIG_BT_BREDR[0m help RFCOMM provides connection oriented stream transport. RFCOMM support is required for Dialup Networking, OBEX and other Bluetooth applications. Say Y here to compile RFCOMM support into the kernel or say [31mCONFIG_M[0m to compile it as module (rfcomm). config [31mCONFIG_BT_RFCOMM_TTY[0m bool "RFCOMM TTY support" depends on [31mCONFIG_BT_RFCOMM[0m depends on [31mCONFIG_TTY[0m help This option enables [31mCONFIG_TTY[0m emulation support for RFCOMM channels. |