0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # TI's shared transport line discipline and the protocol
0004 # drivers (BT, FM and GPS)
0005 #
0006 menu "Texas Instruments shared transport line discipline"
0007 config TI_ST
0008 tristate "Shared transport core driver"
0009 depends on NET && TTY
0010 depends on GPIOLIB || COMPILE_TEST
0011 select FW_LOADER
0012 help
0013 This enables the shared transport core driver for TI
0014 BT / FM and GPS combo chips. This enables protocol drivers
0015 to register themselves with core and send data, the responses
0016 are returned to relevant protocol drivers based on their
0017 packet types.
0018
0019 endmenu