xref: /openbmc/linux/drivers/misc/ti-st/Kconfig (revision 591217d1)
12bb32e84SPavan Savoy#
22bb32e84SPavan Savoy# TI's shared transport line discipline and the protocol
32bb32e84SPavan Savoy# drivers (BT, FM and GPS)
42bb32e84SPavan Savoy#
52bb32e84SPavan Savoymenu "Texas Instruments shared transport line discipline"
62bb32e84SPavan Savoyconfig TI_ST
72bb32e84SPavan Savoy	tristate "Shared transport core driver"
8*591217d1SGeert Uytterhoeven	depends on NET && TTY
9*591217d1SGeert Uytterhoeven	depends on GPIOLIB || COMPILE_TEST
102bb32e84SPavan Savoy	select FW_LOADER
112bb32e84SPavan Savoy	help
122bb32e84SPavan Savoy	  This enables the shared transport core driver for TI
132bb32e84SPavan Savoy	  BT / FM and GPS combo chips. This enables protocol drivers
142bb32e84SPavan Savoy	  to register themselves with core and send data, the responses
152bb32e84SPavan Savoy	  are returned to relevant protocol drivers based on their
162bb32e84SPavan Savoy	  packet types.
172bb32e84SPavan Savoy
182bb32e84SPavan Savoyendmenu
19