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

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

