# SPDX-License-Identifier: GPL-2.0
config SND_SOC_PHYTIUM_I2S
	tristate "Phytium I2S Device Driver"
	depends on ARCH_PHYTIUM
	help
	 Say Y or M if you want to add support for I2S driver for
	 Phytium I2S device . The device supports 2 channels each
	 for play and record.

config SND_PMDK_ES8388
	tristate "Phytium machine support with ES8388"
	depends on I2C && SND_SOC_PHYTIUM_I2S
	select SND_SOC_ES8388
	help
	 Say Y if you want to add Phytium machine support for
	 ES8388 codecs.

config SND_PMDK_ES8336
	tristate "Phytium machine support with ES8336"
	depends on I2C && SND_SOC_PHYTIUM_I2S
	select SND_SOC_ES8336
	help
	 Say Y if you want to add Phytium machine support for
	 ES8336 codecs.

config SND_PMDK_DP
	tristate "Phytium machine support with DP"
	depends on I2C && SND_SOC_PHYTIUM_I2S
	select SND_SOC_HDMI_CODEC
	help
	 Say Y if you want to add Phytium machine support for
	 Displayport.
