0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BT_RFCOMM
0003 tristate "RFCOMM protocol support"
0004 depends on BT_BREDR
0005 help
0006 RFCOMM provides connection oriented stream transport. RFCOMM
0007 support is required for Dialup Networking, OBEX and other Bluetooth
0008 applications.
0009
0010 Say Y here to compile RFCOMM support into the kernel or say M to
0011 compile it as module (rfcomm).
0012
0013 config BT_RFCOMM_TTY
0014 bool "RFCOMM TTY support"
0015 depends on BT_RFCOMM
0016 depends on TTY
0017 help
0018 This option enables TTY emulation support for RFCOMM channels.
0019