# SPDX-License-Identifier: GPL-2.0-only
##
## MA35H0 series I2S API
##
config SND_SOC_MA35H0
	tristate "SoC Audio for MA35H0 series"
	depends on ARCH_MA35H0
	help
	  This option enables support for I2S on the MA35H0 SoC.

##
## Boards
##
config SND_SOC_MA35H0EVB
	tristate "MA35H0 I2S support for demo board"
	depends on SND_SOC_MA35H0
	select SND_SOC_NAU8822
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Select this option to enable audio (I2S) on the
	  MA35H0 demoboard.

