80 lines
1.3 KiB
Text
80 lines
1.3 KiB
Text
|
#
|
||
|
# ACPM driver configuration
|
||
|
#
|
||
|
|
||
|
menuconfig EXYNOS_ACPM
|
||
|
tristate "ACPM driver support"
|
||
|
depends on ARCH_EXYNOS
|
||
|
default n
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
if EXYNOS_ACPM
|
||
|
|
||
|
config EXYNOS7570_ACPM
|
||
|
bool "EXYNOS7570_ACPM support"
|
||
|
default y
|
||
|
depends on SOC_EXYNOS7570
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
config EXYNOS7270_ACPM
|
||
|
bool "EXYNOS7270_ACPM support"
|
||
|
default y
|
||
|
depends on SOC_EXYNOS7270
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
config EXYNOS8895_ACPM
|
||
|
bool "EXYNOS8895_ACPM support"
|
||
|
default y
|
||
|
depends on SOC_EXYNOS8895
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
config EXYNOS9810_ACPM
|
||
|
bool "EXYNOS9810_ACPM support"
|
||
|
default y
|
||
|
depends on SOC_EXYNOS9810
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
config EXYNOS9610_ACPM
|
||
|
bool "EXYNOS9610_ACPM support"
|
||
|
default y
|
||
|
depends on SOC_EXYNOS9610
|
||
|
help
|
||
|
Enable ACPM support
|
||
|
|
||
|
config EXYNOS_ACPM_MFD
|
||
|
bool "EXYNOS_ACPM_MFD support"
|
||
|
depends on EXYNOS_ACPM
|
||
|
default y
|
||
|
help
|
||
|
Enable ACPM_MFD support
|
||
|
|
||
|
config EXYNOS_MFD_SPMI
|
||
|
bool "EXYNOS_MFD_SPMI support"
|
||
|
depends on EXYNOS_ACPM
|
||
|
default n
|
||
|
help
|
||
|
Enable MFD_SPMI support
|
||
|
|
||
|
config EXYNOS_MFD_I3C
|
||
|
bool "EXYNOS_MFD_I3C support"
|
||
|
depends on EXYNOS_ACPM
|
||
|
default n
|
||
|
help
|
||
|
Enable MFD_I3C support
|
||
|
|
||
|
config EXYNOS_ACPM_S2D
|
||
|
tristate "EXYNOS_ACPM_S2D support"
|
||
|
help
|
||
|
Enable ACPM_S2D support
|
||
|
|
||
|
config EXYNOS_ACPM_PLGDBG
|
||
|
tristate "EXYNOS ACPM plugin debugfs support"
|
||
|
help
|
||
|
Enable PLUGIN_DBG support
|
||
|
endif
|