Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / ti-st / Kconfig
CommitLineData
2f6aee56
PS
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"
dd7ad5c8 8 depends on RFKILL
2f6aee56
PS
9 select FW_LOADER
10 help
11 This enables the shared transport core driver for TI
12 BT / FM and GPS combo chips. This enables protocol drivers
13 to register themselves with core and send data, the responses
14 are returned to relevant protocol drivers based on their
15 packet types.
16
17config ST_BT
18 tristate "BlueZ bluetooth driver for ST"
19 depends on BT
20 select TI_ST
21 help
22 This enables the Bluetooth driver for TI BT/FM/GPS combo devices.
23 This makes use of shared transport line discipline core driver to
24 communicate with the BT core of the combo chip.
25endmenu