Staging: Kconfig, Makefile for TI's ST ldisc
[firefly-linux-kernel-4.4.55.git] / drivers / staging / ti-st / Kconfig
1 #
2 # TI's shared transport line discipline and the protocol
3 # drivers (BT, FM and GPS)
4 #
5 menu "Texas Instruments shared transport line discipline"
6 config 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
16 config ST_BT
17         tristate "BlueZ bluetooth driver for ST"
18         depends on BT
19         select TI_ST
20         help
21           This enables the Bluetooth driver for TI BT/FM/GPS combo devices.
22           This makes use of shared transport line discipline core driver to
23           communicate with the BT core of the combo chip.
24 endmenu