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
27
crypto/async_tx/Kconfig
Normal file
27
crypto/async_tx/Kconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
config ASYNC_CORE
|
||||
tristate
|
||||
|
||||
config ASYNC_MEMCPY
|
||||
tristate
|
||||
select ASYNC_CORE
|
||||
|
||||
config ASYNC_XOR
|
||||
tristate
|
||||
select ASYNC_CORE
|
||||
select XOR_BLOCKS
|
||||
|
||||
config ASYNC_PQ
|
||||
tristate
|
||||
select ASYNC_CORE
|
||||
|
||||
config ASYNC_RAID6_RECOV
|
||||
tristate
|
||||
select ASYNC_CORE
|
||||
select ASYNC_PQ
|
||||
select ASYNC_XOR
|
||||
|
||||
config ASYNC_TX_DISABLE_PQ_VAL_DMA
|
||||
bool
|
||||
|
||||
config ASYNC_TX_DISABLE_XOR_VAL_DMA
|
||||
bool
|
Loading…
Add table
Add a link
Reference in a new issue