mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
32
drivers/gud/gud-exynos8890/Kconfig
Normal file
32
drivers/gud/gud-exynos8890/Kconfig
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
#
|
||||
# MobiCore configuration
|
||||
#
|
||||
config MOBICORE_DRIVER
|
||||
tristate "MobiCore Driver"
|
||||
---help---
|
||||
Enable Linux Kernel MobiCore Support
|
||||
|
||||
config MOBICORE_DEBUG
|
||||
bool "MobiCore Module debug mode"
|
||||
depends on MOBICORE_DRIVER
|
||||
---help---
|
||||
Enable Debug mode in the MobiCore Driver.
|
||||
It enables printing information about mobicore operations
|
||||
|
||||
config MOBICORE_VERBOSE
|
||||
bool "MobiCore Module verbose debug mode"
|
||||
depends on MOBICORE_DEBUG
|
||||
---help---
|
||||
Enable Verbose Debug mode in the MobiCore Driver.
|
||||
It enables printing extra information about mobicore operations
|
||||
Beware: this is only useful for debuging deep in the driver because
|
||||
it prints too much logs
|
||||
|
||||
config MOBICORE_API
|
||||
tristate "Linux MobiCore API"
|
||||
depends on MOBICORE_DRIVER
|
||||
---help---
|
||||
Enable Linux Kernel MobiCore API
|
||||
|
||||
source "drivers/gud/gud-exynos8890/sec-os-ctrl/Kconfig"
|
||||
source "drivers/gud/gud-exynos8890/sec-os-booster/Kconfig"
|
||||
Loading…
Add table
Add a link
Reference in a new issue