mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
20
drivers/vlynq/Kconfig
Normal file
20
drivers/vlynq/Kconfig
Normal file
|
@ -0,0 +1,20 @@
|
|||
menu "TI VLYNQ"
|
||||
depends on AR7
|
||||
|
||||
config VLYNQ
|
||||
bool "TI VLYNQ bus support"
|
||||
help
|
||||
Support for Texas Instruments(R) VLYNQ bus.
|
||||
The VLYNQ bus is a high-speed, serial and packetized
|
||||
data bus which allows external peripherals of a SoC
|
||||
to appear into the system's main memory.
|
||||
|
||||
If unsure, say N
|
||||
|
||||
config VLYNQ_DEBUG
|
||||
bool "VLYNQ bus debug"
|
||||
depends on VLYNQ && DEBUG_KERNEL
|
||||
help
|
||||
Turn on VLYNQ bus debugging.
|
||||
|
||||
endmenu
|
Loading…
Add table
Add a link
Reference in a new issue