xref: /linux/drivers/misc/ti-st/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22bb32e84SPavan Savoy#
32bb32e84SPavan Savoy# TI's shared transport line discipline and the protocol
42bb32e84SPavan Savoy# drivers (BT, FM and GPS)
52bb32e84SPavan Savoy#
62bb32e84SPavan Savoymenu "Texas Instruments shared transport line discipline"
72bb32e84SPavan Savoyconfig TI_ST
82bb32e84SPavan Savoy	tristate "Shared transport core driver"
9591217d1SGeert Uytterhoeven	depends on NET && TTY
10591217d1SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
112bb32e84SPavan Savoy	select FW_LOADER
122bb32e84SPavan Savoy	help
132bb32e84SPavan Savoy	  This enables the shared transport core driver for TI
142bb32e84SPavan Savoy	  BT / FM and GPS combo chips. This enables protocol drivers
152bb32e84SPavan Savoy	  to register themselves with core and send data, the responses
162bb32e84SPavan Savoy	  are returned to relevant protocol drivers based on their
172bb32e84SPavan Savoy	  packet types.
182bb32e84SPavan Savoy
192bb32e84SPavan Savoyendmenu
20