23 lines
649 B
Text
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.
|