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
48
drivers/crypto/fmp/Kconfig
Normal file
48
drivers/crypto/fmp/Kconfig
Normal file
|
@ -0,0 +1,48 @@
|
|||
config FMP_UFS
|
||||
tristate "Samsung EXYNOS FMP Driver for UFS"
|
||||
depends on SCSI_UFSHCD && SCSI_UFSHCD_PLATFORM
|
||||
---help---
|
||||
This selects EXYNOS FMP UFS driver.
|
||||
|
||||
If you have a controller with this interface, say Y here.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config FMP_MMC
|
||||
tristate "Samsung EXYNOS FMP Driver for MMC"
|
||||
depends on MMC_DW
|
||||
---help---
|
||||
This selects EXYNOS FMP MMC driver.
|
||||
|
||||
If you have a controller with this interface, say Y here.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config FIPS_FMP
|
||||
tristate "Samsung EXYNOS FMP Validation Driver for FIPS"
|
||||
depends on FMP_UFS
|
||||
---help---
|
||||
This selects Samsung EXYNOS FMP Validation driver for FIPS.
|
||||
|
||||
If you have a controller with this interface, say Y here.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
choice
|
||||
prompt "Option for self-test failure"
|
||||
depends on FIPS_FMP
|
||||
default NODE_FOR_SELFTEST_FAIL
|
||||
|
||||
config NODE_FOR_SELFTEST_FAIL
|
||||
bool "Set fips fmp node when self-test fails"
|
||||
depends on FIPS_FMP
|
||||
help
|
||||
This select that fips fmp node was set to zero when FMP self-test fails.
|
||||
|
||||
config PANIC_FOR_SELFTEST_FAIL
|
||||
bool "Panic when self-test fails"
|
||||
depends on FIPS_FMP
|
||||
help
|
||||
This select that kernel panic occurs when FMP self-test fails.
|
||||
|
||||
endchoice
|
Loading…
Add table
Add a link
Reference in a new issue