mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
config MTK_VOW_SUPPORT
|
|
tristate "MediaTek VOW support"
|
|
help
|
|
For VOW kernel driver config. This voice wakeup
|
|
kernel driver cooperate with SCP VOW driver to
|
|
wakeup phone by doing voice recognition. Using
|
|
IPI interface to communicate with SCP side and
|
|
be controlled by sound trigger HAL.
|
|
|
|
config MTK_VOW_BARGE_IN_SUPPORT
|
|
bool "Support VOW barge-in"
|
|
help
|
|
Only enable this when we support VOW and barge-in.
|
|
This improves the hot word recognition accuracy by
|
|
applying echo cancellation to remove speaker output signal.
|
|
Select Y to enable CONFIG_MTK_VOW_BARGE_IN_SUPPORT for
|
|
barge-in feature.
|
|
|
|
config MTK_VOW_DUAL_MIC_SUPPORT
|
|
bool "MediaTek VOW dual mic support"
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
open dual mic control path which can transfer
|
|
two channels data into sound trigger HAL. This
|
|
feature need to work with MTK_VOW_SUPPORT.
|
|
|
|
config MTK_VOW_2E2K_SUPPORT
|
|
bool "MediaTek VOW two engine two keyword support"
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
reserve two keyword memory, and work with SCP
|
|
and sound trigger HAL. It can report two keyword's
|
|
wakeup status to HAL. This feature need to work
|
|
with MTK_VOW_SUPPORT.
|
|
|
|
config MTK_VOW_AMAZON_SUPPORT
|
|
bool "MediaTek VOW AMAZON keyword support"
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
support AMAZON voice assistant, and work with SCP
|
|
and sound trigger HAL. It can report Alexa keyword
|
|
wakeup status to HAL. This feature need to work
|
|
with MTK_VOW_SUPPORT.
|
|
|
|
config MTK_VOW_GVA_SUPPORT
|
|
bool "MediaTek VOW Google keyword support"
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
reserve Google voice assistant, and work with SCP
|
|
and sound trigger HAL. It can report Google keyword
|
|
wakeup status to HAL. This feature need to work
|
|
with MTK_VOW_SUPPORT.
|
|
|
|
config MTK_VOW_MAX_PDK_NUMBER
|
|
int "MediaTek VOW MAX PDK model support"
|
|
default 0
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
support different PDK model number, and work with SCP
|
|
and sound trigger HAL. This feature need to work
|
|
with MTK_VOW_SUPPORT.
|
|
|
|
config MTK_VOW_DSP_VERSION
|
|
string "MediaTek VOW DSP Version"
|
|
help
|
|
For VOW kernel driver config. This config can
|
|
indicate DSP version. This feature need to work
|
|
with MTK_VOW_SUPPORT.
|