2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-10-06 16:18:15 +00:00
|
|
|
#
|
|
|
|
# TI's shared transport line discipline and the protocol
|
|
|
|
# drivers (BT, FM and GPS)
|
|
|
|
#
|
|
|
|
menu "Texas Instruments shared transport line discipline"
|
|
|
|
config TI_ST
|
|
|
|
tristate "Shared transport core driver"
|
2018-06-21 19:00:16 +00:00
|
|
|
depends on NET && TTY
|
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2010-10-06 16:18:15 +00:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
This enables the shared transport core driver for TI
|
|
|
|
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
|