20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# TI's shared transport line discipline and the protocol4# drivers (BT, FM and GPS)5#6menu "Texas Instruments shared transport line discipline"7config TI_ST8 tristate "Shared transport core driver"9 depends on NET && TTY10 depends on GPIOLIB || COMPILE_TEST11 select FW_LOADER12 help13 This enables the shared transport core driver for TI14 BT / FM and GPS combo chips. This enables protocol drivers15 to register themselves with core and send data, the responses16 are returned to relevant protocol drivers based on their17 packet types.18 19endmenu20