Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiro...
[linux-2.6-block.git] / drivers / misc / ti-st / Kconfig
CommitLineData
2bb32e84
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"
591217d1
GU
8 depends on NET && TTY
9 depends on GPIOLIB || COMPILE_TEST
2bb32e84
PS
10 select FW_LOADER
11 help
12 This enables the shared transport core driver for TI
13 BT / FM and GPS combo chips. This enables protocol drivers
14 to register themselves with core and send data, the responses
15 are returned to relevant protocol drivers based on their
16 packet types.
17
18endmenu