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
104
drivers/soc/samsung/Kconfig
Normal file
104
drivers/soc/samsung/Kconfig
Normal file
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# EXYNOS Soc drivers
|
||||
#
|
||||
menuconfig SOC_SAMSUNG
|
||||
bool "SAMSUNG SOC drivers support"
|
||||
|
||||
if SOC_SAMSUNG
|
||||
config EXYNOS_CHIPID
|
||||
bool "Exynos Chip ID Driver Support"
|
||||
depends on ARCH_EXYNOS
|
||||
select SOC_BUS
|
||||
config EXYNOS_REBOOT
|
||||
bool "Exynos Chip Reboot Driver Support"
|
||||
depends on ARCH_EXYNOS
|
||||
|
||||
config SAMSUNG_DMADEV
|
||||
bool
|
||||
select ARM_AMBA
|
||||
select DMADEVICES
|
||||
select PL330_DMA if (ARCH_EXYNOS7 || ARCH_EXYNOS8)
|
||||
help
|
||||
Use DMA device engine for PL330 DMAC.
|
||||
|
||||
config SAMSUNG_CORE_TEST
|
||||
bool "Show system-control registers"
|
||||
depends on ARCH_EXYNOS
|
||||
help
|
||||
Show system-control registers.
|
||||
|
||||
config ECT
|
||||
bool "Enable Exynos Characteristic Table File"
|
||||
default n
|
||||
depends on ARCH_EXYNOS
|
||||
|
||||
config ECT_DUMP
|
||||
bool "Enable Exynos Characteristic Table File Dump sysfs"
|
||||
default n
|
||||
depends on ECT
|
||||
|
||||
config ECT_HEADER_IN_KERNEL
|
||||
bool "Enable Exynos Characteristic Table File by using kernel header"
|
||||
help
|
||||
This is an option only for emulator
|
||||
default n
|
||||
depends on ECT
|
||||
|
||||
config EXYNOS_CONTENT_PATH_PROTECTION
|
||||
bool "Exynos Content Path Protection"
|
||||
default y
|
||||
help
|
||||
Enable content path protection of EXYNOS.
|
||||
|
||||
config EXYNOS_SEC_LOGGER
|
||||
bool "Exynos Secure Logger Support"
|
||||
default y
|
||||
help
|
||||
Enable logging for secure drm fw.
|
||||
|
||||
config EXYNOS_HOTPLUG_GOVERNOR
|
||||
bool "Enable Exynos dynamic hotplug governor"
|
||||
depends on HOTPLUG_CPU
|
||||
|
||||
config EXYNOS_MCINFO
|
||||
bool "Exynos memory controller information"
|
||||
default n
|
||||
|
||||
config MCINFO_SYSFS
|
||||
bool "Exynos memory controller information sysfs"
|
||||
depends on EXYNOS_MCINFO
|
||||
default y if SYSFS
|
||||
|
||||
menuconfig EXYNOS_BCM
|
||||
bool "EXYNOS_BCM driver support"
|
||||
default y
|
||||
help
|
||||
Enable exynos_bcm driver support
|
||||
|
||||
config USI
|
||||
bool "Enable Universal Serial Interface"
|
||||
default n
|
||||
|
||||
config EXYNOS_PD
|
||||
bool "Exynos PM Domains Driver Support"
|
||||
depends on PM_RUNTIME
|
||||
help
|
||||
Exynos specific pm domain driver.
|
||||
|
||||
config EXYNOS_RGT
|
||||
bool "Exynos Regulator Debug Support"
|
||||
depends on REGULATOR
|
||||
depends on DEBUG_FS
|
||||
depends on OF
|
||||
help
|
||||
dummy device driver for debugging samsung PMIC
|
||||
|
||||
source "drivers/soc/samsung/acpm/Kconfig"
|
||||
|
||||
endif #SOC_SAMSUNG
|
||||
|
||||
config SEC_INCELL
|
||||
bool "Incell data & function for Samsung"
|
||||
default n
|
||||
help
|
||||
say y to enable incell data & function for Samsung.
|
Loading…
Add table
Add a link
Reference in a new issue