mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
drivers/video/adf/Kconfig
Normal file
14
drivers/video/adf/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
menuconfig ADF
|
||||
depends on SYNC
|
||||
depends on DMA_SHARED_BUFFER
|
||||
tristate "Atomic Display Framework"
|
||||
|
||||
menuconfig ADF_FBDEV
|
||||
depends on ADF
|
||||
depends on FB
|
||||
tristate "Helper for implementing the fbdev API in ADF drivers"
|
||||
|
||||
menuconfig ADF_MEMBLOCK
|
||||
depends on ADF
|
||||
depends on HAVE_MEMBLOCK
|
||||
tristate "Helper for using memblocks as buffers in ADF drivers"
|
Loading…
Add table
Add a link
Reference in a new issue