# SPDX-License-Identifier: GPL-2.0
menu "SoC Audio for Loongson CPUs"
	depends on LOONGARCH || COMPILE_TEST

config SND_SOC_LOONGSON_I2S_PCI
	tristate "Loongson I2S controller as pci device"
	depends on PCI
	help
	  Say Y or M if you want to add support for codecs attached to
	  the I2S interface. You will also need to select the Audio
	  interfaces to support below.

	  The controller is found in loongson bridge chips or SoCs,
	  and works as a PCI device.

config SND_SOC_LOONGSON_CARD
	tristate "Loongson ASoC Sound Card Driver"
	select SND_SOC_LOONGSON_I2S
	help
	  Say Y or M if you want to add support for SoC audio using
	  loongson I2S controller.

	  The driver adds support for ALSA SoC Audio support using
	  loongson I2S controller.

endmenu
