mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28: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
28
arch/sh/boards/mach-rsk/Kconfig
Normal file
28
arch/sh/boards/mach-rsk/Kconfig
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
if SH_RSK
|
||||
|
||||
choice
|
||||
prompt "RSK+ options"
|
||||
default SH_RSK7203
|
||||
|
||||
config SH_RSK7201
|
||||
bool "RSK7201"
|
||||
depends on CPU_SUBTYPE_SH7201
|
||||
|
||||
config SH_RSK7203
|
||||
bool "RSK7203"
|
||||
select ARCH_REQUIRE_GPIOLIB
|
||||
depends on CPU_SUBTYPE_SH7203
|
||||
|
||||
config SH_RSK7264
|
||||
bool "RSK2+SH7264"
|
||||
select ARCH_REQUIRE_GPIOLIB
|
||||
depends on CPU_SUBTYPE_SH7264
|
||||
|
||||
config SH_RSK7269
|
||||
bool "RSK2+SH7269"
|
||||
select ARCH_REQUIRE_GPIOLIB
|
||||
depends on CPU_SUBTYPE_SH7269
|
||||
|
||||
endchoice
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue