kernel-brax3-ubuntu-touch/drivers/misc/mediatek/vcp/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

23 lines
649 B
Text

config MTK_TINYSYS_VCP_SUPPORT
tristate "Specify Interface Support VCP"
help
VCP 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_VCP_VERSION
string "Support MTK VCP Driver Version"
depends on MTK_TINYSYS_VCP_SUPPORT
default ""
help
MTK_TINYSYS_VCP_VERSION define which vcp version will be used
config MTK_TINYSYS_VCP_DEBUG_SUPPORT
bool "VCP Debug support"
help
This is a debug interface for VCP
Set Y to enable this feature.
Set N to disable this feature.
If unsure, Set N to disable it.