kernel-brax3-ubuntu-touch/drivers/misc/mediatek/scp/Kconfig
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

32 lines
No EOL
914 B
Text

config MTK_TINYSYS_SCP_SUPPORT
tristate "Specify Interface Support SCP"
help
SCP is a MediaTek in-house DSP which can receive
command from IPI interface.
Set Y to enable this feature.
If unsure,
Set N to stay with legancy feature.
config MTK_TINYSYS_SCP_LOGGER_SUPPORT
bool "SCP Logger support"
depends on MTK_TINYSYS_SCP_SUPPORT
help
This is debug feature: SCP logger on/off option.
Set Y to enable this feature.
Set N to disable this feature.
If unsure, Set Y to have debug log.
config MTK_TINYSYS_SCP_VERSION
string "Support MTK SCP Driver Version"
depends on MTK_TINYSYS_SCP_SUPPORT
default ""
help
MTK_TINYSYS_SCP_VERSION define which scp version will be used
config MTK_TINYSYS_SCP_DEBUG_SUPPORT
bool "SCP Debug support"
help
This is a debug interface for SCP
Set Y to enable this feature.
Set N to disable this feature.
If unsure, Set N to disable it.