config MTK_VOW_SUPPORT
	bool "MediaTek VOW support"
	default n
	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_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.