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
18
arch/blackfin/mach-bf548/boards/Kconfig
Normal file
18
arch/blackfin/mach-bf548/boards/Kconfig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
choice
|
||||
prompt "System type"
|
||||
default BFIN548_EZKIT
|
||||
help
|
||||
Select your board!
|
||||
|
||||
config BFIN548_EZKIT
|
||||
bool "BF548-EZKIT"
|
||||
help
|
||||
BFIN548-EZKIT board support.
|
||||
|
||||
config BFIN548_BLUETECHNIX_CM
|
||||
bool "Bluetechnix CM-BF548"
|
||||
depends on (BF548)
|
||||
help
|
||||
CM-BF548 support for DEV-Board.
|
||||
|
||||
endchoice
|
||||
6
arch/blackfin/mach-bf548/boards/Makefile
Normal file
6
arch/blackfin/mach-bf548/boards/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# arch/blackfin/mach-bf548/boards/Makefile
|
||||
#
|
||||
|
||||
obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o
|
||||
obj-$(CONFIG_BFIN548_BLUETECHNIX_CM) += cm_bf548.o
|
||||
1268
arch/blackfin/mach-bf548/boards/cm_bf548.c
Normal file
1268
arch/blackfin/mach-bf548/boards/cm_bf548.c
Normal file
File diff suppressed because it is too large
Load diff
2194
arch/blackfin/mach-bf548/boards/ezkit.c
Normal file
2194
arch/blackfin/mach-bf548/boards/ezkit.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue