mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
8b1d7a2785
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the soc subsystem to the pmdomain subsystem. Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Cc: <linux-mediatek@lists.infradead.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
30 lines
743 B
Plaintext
30 lines
743 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menu "MediaTek PM Domains"
|
|
depends on ARCH_MEDIATEK || COMPILE_TEST
|
|
|
|
config MTK_SCPSYS
|
|
bool "MediaTek SCPSYS Support"
|
|
default ARCH_MEDIATEK
|
|
depends on OF
|
|
select REGMAP
|
|
select MTK_INFRACFG
|
|
select PM_GENERIC_DOMAINS if PM
|
|
help
|
|
Say yes here to add support for the MediaTek SCPSYS power domain
|
|
driver.
|
|
|
|
config MTK_SCPSYS_PM_DOMAINS
|
|
bool "MediaTek SCPSYS generic power domain"
|
|
default ARCH_MEDIATEK
|
|
depends on PM
|
|
select PM_GENERIC_DOMAINS
|
|
select REGMAP
|
|
help
|
|
Say y here to enable power domain support.
|
|
In order to meet high performance and low power requirements, the System
|
|
Control Processor System (SCPSYS) has several power management related
|
|
tasks in the system.
|
|
|
|
endmenu
|