mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
17
drivers/misc/ti-st/Kconfig
Normal file
17
drivers/misc/ti-st/Kconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# TI's shared transport line discipline and the protocol
|
||||
# drivers (BT, FM and GPS)
|
||||
#
|
||||
menu "Texas Instruments shared transport line discipline"
|
||||
config TI_ST
|
||||
tristate "Shared transport core driver"
|
||||
depends on NET && GPIOLIB && TTY
|
||||
select FW_LOADER
|
||||
help
|
||||
This enables the shared transport core driver for TI
|
||||
BT / FM and GPS combo chips. This enables protocol drivers
|
||||
to register themselves with core and send data, the responses
|
||||
are returned to relevant protocol drivers based on their
|
||||
packet types.
|
||||
|
||||
endmenu
|
||||
Loading…
Add table
Add a link
Reference in a new issue