mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
46
drivers/target/Kconfig
Normal file
46
drivers/target/Kconfig
Normal file
|
@ -0,0 +1,46 @@
|
|||
|
||||
menuconfig TARGET_CORE
|
||||
tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure"
|
||||
depends on SCSI && BLOCK
|
||||
select CONFIGFS_FS
|
||||
select CRC_T10DIF
|
||||
default n
|
||||
help
|
||||
Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled
|
||||
control path for target_core_mod. This includes built-in TCM RAMDISK
|
||||
subsystem logic for virtual LUN 0 access
|
||||
|
||||
if TARGET_CORE
|
||||
|
||||
config TCM_IBLOCK
|
||||
tristate "TCM/IBLOCK Subsystem Plugin for Linux/BLOCK"
|
||||
select BLK_DEV_INTEGRITY
|
||||
help
|
||||
Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
|
||||
access to Linux/Block devices using BIO
|
||||
|
||||
config TCM_FILEIO
|
||||
tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
|
||||
help
|
||||
Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
|
||||
access to Linux/VFS struct file or struct block_device
|
||||
|
||||
config TCM_PSCSI
|
||||
tristate "TCM/pSCSI Subsystem Plugin for Linux/SCSI"
|
||||
help
|
||||
Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
|
||||
passthrough access to Linux/SCSI device
|
||||
|
||||
config TCM_USER
|
||||
tristate "TCM/USER Subsystem Plugin for Linux"
|
||||
depends on UIO && NET
|
||||
help
|
||||
Say Y here to enable the TCM/USER subsystem plugin for a userspace
|
||||
process to handle requests
|
||||
|
||||
source "drivers/target/loopback/Kconfig"
|
||||
source "drivers/target/tcm_fc/Kconfig"
|
||||
source "drivers/target/iscsi/Kconfig"
|
||||
source "drivers/target/sbp/Kconfig"
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue