1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-07-25 00:20:43 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

39 lines
1.1 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0
config MTK_TINYSYS_SSPM_SUPPORT
tristate "Specify Interface Support SSPM"
default n
help
SSPM is a MediaTek in-house hardware for power management under
secure world.
Set Y to enable this feature.
If unsure, set N to stay with legancy feature.
config MTK_TINYSYS_SSPM_PLT_SUPPORT
bool "Specify Interface of SSPM on Platform"
default n
help
SSPM is a MediaTek in-house hardware for power management based
on platform.
Set Y to enable this feature for specific platform.
If unsure, set N to stay with legancy feature.
config MTK_TINYSYS_SSPM_V2
bool "Specify Interface SSPM Version2"
help
Set Interface SSPM Version as V2.
V2 is based on Tinysys IPI mechanism.
Set Y to enable this feature.
If unsure, set N to stay with original feature.
config MTK_TINYSYS_SSPM_V3
bool "Specify Interface SSPM Version3"
help
Set Interface SSPM Version as V3.
V3 is based on SCMI mechanism.
Set Y to enable this feature.
If unsure, set N to stay with original feature.
config MTK_MET_MEM_ALLOC
bool "Using dynamic allocate memory for MET"