Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Pavan Savoy | 2bb32e8 | 2010-10-06 12:18:15 -0400 | [diff] [blame] | 2 | # |
| 3 | # TI's shared transport line discipline and the protocol |
| 4 | # drivers (BT, FM and GPS) |
| 5 | # |
| 6 | menu "Texas Instruments shared transport line discipline" |
| 7 | config TI_ST |
| 8 | tristate "Shared transport core driver" |
Geert Uytterhoeven | 591217d | 2018-06-21 21:00:16 +0200 | [diff] [blame] | 9 | depends on NET && TTY |
| 10 | depends on GPIOLIB || COMPILE_TEST |
Pavan Savoy | 2bb32e8 | 2010-10-06 12:18:15 -0400 | [diff] [blame] | 11 | select FW_LOADER |
| 12 | help |
| 13 | This enables the shared transport core driver for TI |
| 14 | BT / FM and GPS combo chips. This enables protocol drivers |
| 15 | to register themselves with core and send data, the responses |
| 16 | are returned to relevant protocol drivers based on their |
| 17 | packet types. |
| 18 | |
| 19 | endmenu |