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/powerpc/platforms/powernv/Kconfig
Normal file
28
arch/powerpc/platforms/powernv/Kconfig
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
config PPC_POWERNV
|
||||
depends on PPC64 && PPC_BOOK3S
|
||||
bool "IBM PowerNV (Non-Virtualized) platform support"
|
||||
select PPC_NATIVE
|
||||
select PPC_XICS
|
||||
select PPC_ICP_NATIVE
|
||||
select PPC_P7_NAP
|
||||
select PPC_PCI_CHOICE if EMBEDDED
|
||||
select EPAPR_BOOT
|
||||
select PPC_INDIRECT_PIO
|
||||
select PPC_UDBG_16550
|
||||
select PPC_SCOM
|
||||
select ARCH_RANDOM
|
||||
select CPU_FREQ
|
||||
select CPU_FREQ_GOV_PERFORMANCE
|
||||
select CPU_FREQ_GOV_POWERSAVE
|
||||
select CPU_FREQ_GOV_USERSPACE
|
||||
select CPU_FREQ_GOV_ONDEMAND
|
||||
select CPU_FREQ_GOV_CONSERVATIVE
|
||||
select PPC_DOORBELL
|
||||
default y
|
||||
|
||||
config PPC_POWERNV_RTAS
|
||||
depends on PPC_POWERNV
|
||||
bool "Support for RTAS based PowerNV platforms such as BML"
|
||||
default y
|
||||
select PPC_ICS_RTAS
|
||||
select PPC_RTAS
|
||||
Loading…
Add table
Add a link
Reference in a new issue