blob: 1503a6496f6327af8b4b819c7058329ab18da881 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
3# TI's shared transport line discipline and the protocol
4# drivers (BT, FM and GPS)
5#
6menu "Texas Instruments shared transport line discipline"
7config TI_ST
8 tristate "Shared transport core driver"
9 depends on NET && TTY
10 depends on GPIOLIB || COMPILE_TEST
11 select FW_LOADER
12 help
13 This enables the shared transport core driver for TI
14 BT / FM and GPS combo chips. This enables protocol drivers
15 to register themselves with core and send data, the responses
16 are returned to relevant protocol drivers based on their
17 packet types.
18
19endmenu