Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_BT_RFCOMM
	tristate "RFCOMM protocol support"
	depends on CONFIG_BT_BREDR
	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 CONFIG_M to
	  compile it as module (rfcomm).

config CONFIG_BT_RFCOMM_TTY
	bool "RFCOMM TTY support"
	depends on CONFIG_BT_RFCOMM
	depends on CONFIG_TTY
	help
	  This option enables CONFIG_TTY emulation support for RFCOMM channels.