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
26
drivers/memstick/Kconfig
Normal file
26
drivers/memstick/Kconfig
Normal file
|
@ -0,0 +1,26 @@
|
|||
#
|
||||
# MemoryStick subsystem configuration
|
||||
#
|
||||
|
||||
menuconfig MEMSTICK
|
||||
tristate "Sony MemoryStick card support"
|
||||
help
|
||||
Sony MemoryStick is a proprietary storage/extension card protocol.
|
||||
|
||||
If you want MemoryStick support, you should say Y here and also
|
||||
to the specific driver for your MemoryStick interface.
|
||||
|
||||
if MEMSTICK
|
||||
|
||||
config MEMSTICK_DEBUG
|
||||
bool "MemoryStick debugging"
|
||||
help
|
||||
This is an option for use by developers; most people should
|
||||
say N here. This enables MemoryStick core and driver debugging.
|
||||
|
||||
|
||||
source "drivers/memstick/core/Kconfig"
|
||||
|
||||
source "drivers/memstick/host/Kconfig"
|
||||
|
||||
endif # MEMSTICK
|
Loading…
Add table
Add a link
Reference in a new issue