brintos

brintos / linux-shallow public Read only

0
0
Text · 715 B · b8d7e2b Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.02menu "SoC Audio for Loongson CPUs"3	depends on LOONGARCH || COMPILE_TEST4 5config SND_SOC_LOONGSON_I2S_PCI6	tristate "Loongson I2S-PCI Device Driver"7	select REGMAP_MMIO8	depends on PCI9	help10	  Say Y or M if you want to add support for I2S driver for11	  Loongson I2S controller.12 13	  The controller is found in loongson bridge chips or SoCs,14	  and work as a PCI device.15 16config SND_SOC_LOONGSON_CARD17	tristate "Loongson Sound Card Driver"18	select SND_SOC_LOONGSON_I2S_PCI19	depends on PCI20	help21	  Say Y or M if you want to add support for SoC audio using22	  loongson I2S controller.23 24	  The driver add support for ALSA SoC Audio support using25	  loongson I2S controller.26 27endmenu28