config SND_SM501_SOC
	tristate "SoC Audio for the Silion Motion SM501 chips"
	depends on MFD_SM501 && SND_SOC
	select SND_PCM
	help
	  Say Y or M if you want to add support for codecs attached to
	  the SM501 AC97 or I2S interface. You will also need
	  to select the audio interfaces to support below.

# config SND_SM501_SOC_I2S
#	tristate

config SND_SM501_SOC_AC97
	tristate
	select AC97_BUS
	select SND_AC97_CODEC
	select SND_SOC_AC97_BUS

config SND_SM501_SOC_AC97_DEVICE
	tristate "SoC AC97 Gdium audio support"
	depends on SND_SM501_SOC && LOONGSON2F_GDIUM
	select SND_SM501_SOC_AC97
	select SND_SOC_AC97_CODEC
	help
	  Say Y if you want to add support for SoC audio on SM501 AC97 found on Gdium.

