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
#
# TI's shared transport line discipline and the protocol
# drivers (CONFIG_BT, FM and GPS)
#
menu "Texas Instruments shared transport line discipline"
config CONFIG_TI_ST
	tristate "Shared transport core driver"
	depends on CONFIG_NET && CONFIG_TTY
	depends on CONFIG_GPIOLIB || CONFIG_COMPILE_TEST
	select CONFIG_FW_LOADER
	help
	  This enables the shared transport core driver for TI
	  CONFIG_BT / FM and GPS combo chips. This enables protocol drivers
	  to register themselves with core and send data, the responses
	  are returned to relevant protocol drivers based on their
	  packet types.

endmenu