1# 2# TI's shared transport line discipline and the protocol 3# drivers (BT, FM and GPS) 4# 5menu "Texas Instruments shared transport line discipline" 6config TI_ST 7 tristate "Shared transport core driver" 8 select FW_LOADER 9 help 10 This enables the shared transport core driver for TI 11 BT / FM and GPS combo chips. This enables protocol drivers 12 to register themselves with core and send data, the responses 13 are returned to relevant protocol drivers based on their 14 packet types. 15 16endmenu 17