#
# MediaTek HIFI4DSP SPI and Load Driver
#

config MTK_HIFI4DSP_SUPPORT
	bool "Support Mediatek HIFI4DSP"
	help
	  Say yes here to build support for Mediatek HIFI4DSP.
	  It includes spi driver, load driver, ipi driver,
	  wdt driver, i2c driver and so on.
	  If unsure, say N.

config MTK_HIFI4DSP_CHECK_DSP_DVFS
	bool "Mediatek HIFI4DSP SPI check DSP CLK Status"
	depends on MTK_HIFI4DSP_SUPPORT
	help
	  Say yes here to enable DSP DVFS check mechanism.
	  It depends on MTK_HIFI4DSP_SUPPORT.
	  If unsure, say N.

config MTK_HIFI4DSP_AUDIO_JACK_SUPPORT
	bool "Mediatek HIFI4DSP Audio Jack Support"
	depends on MTK_HIFI4DSP_SUPPORT
	help
	  Say yes here to build support for HIFI4DSP Audio Jack Support.
	  Once the HIFI4DSP detected audio jack is plugged or unplugged,
	  it send msg to notify host.
	  If unsure, say N.

#
# MediaTek HIFI4DSP Sleep support
#

config MTK_HIFI4DSP_SLEEP_SUPPORT
	bool "Mediatek HIFI4DSP Sleep Support"
	depends on MTK_HIFI4DSP_SUPPORT
	default n
	help
	  Enables to support HIFI4DSP sleep mode.
	  If unsure, say N.
