mirror of
https://github.com/torvalds/linux.git
synced 2026-09-11 20:13:02 +02:00
pmdomain: airoha: fix unselectable AIROHA_CPU_PM_DOMAIN kconfig
The AIROHA_CPU_PM_DOMAIN config was wrongly guarded under the Mediatek PM
Domains menu and was unselectable.
Move it outside the menu so it's now visible and correctly selectable by
default on Airoha SoC.
Cc: stable@vger.kernel.org
Fixes: 82e703dd43 ("pmdomain: airoha: Add Airoha CPU PM Domain support")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
This commit is contained in:
parent
0606f2114e
commit
6d94c47a2e
|
|
@ -43,9 +43,12 @@ config MTK_MFG_PM_DOMAIN
|
|||
This driver is required for the Mali GPU to work at all on MT8196 and
|
||||
MT6991.
|
||||
|
||||
endmenu
|
||||
|
||||
config AIROHA_CPU_PM_DOMAIN
|
||||
tristate "Airoha CPU power domain"
|
||||
default ARCH_AIROHA
|
||||
depends on ARCH_AIROHA || COMPILE_TEST
|
||||
depends on HAVE_ARM_SMCCC
|
||||
depends on PM
|
||||
select PM_GENERIC_DOMAINS
|
||||
|
|
@ -54,5 +57,3 @@ config AIROHA_CPU_PM_DOMAIN
|
|||
|
||||
CPU frequency and power is controlled by ATF with SMC command to
|
||||
set performance states.
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user