f1e91e1640
The handling of SCO audio links and the L2CAP protocol are essential to any system with Bluetooth thus are always compiled in from now on. Signed-off-by: Ulisses Furquim <ulisses@profusion.mobi> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
17 lines
474 B
Text
17 lines
474 B
Text
config BT_RFCOMM
|
|
tristate "RFCOMM protocol support"
|
|
depends on BT
|
|
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 M to
|
|
compile it as module (rfcomm).
|
|
|
|
config BT_RFCOMM_TTY
|
|
bool "RFCOMM TTY support"
|
|
depends on BT_RFCOMM
|
|
help
|
|
This option enables TTY emulation support for RFCOMM channels.
|
|
|