Pavan Savoy | 2bb32e8 | 2010-10-06 12:18:15 -0400 | [diff] [blame] | 1 | # |
| 2 | # TI's shared transport line discipline and the protocol |
| 3 | # drivers (BT, FM and GPS) |
| 4 | # |
| 5 | menu "Texas Instruments shared transport line discipline" |
| 6 | config TI_ST |
| 7 | tristate "Shared transport core driver" |
Joe Millenbach | 4f73bc4 | 2013-01-17 22:44:22 -0800 | [diff] [blame] | 8 | depends on NET && GPIOLIB && TTY |
Pavan Savoy | 2bb32e8 | 2010-10-06 12:18:15 -0400 | [diff] [blame] | 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 | |
| 17 | endmenu |