32 lines
No EOL
914 B
Text
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. |