blob: 4478ac91e402f25047c142abb52c18602ebf7f2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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-PCI Device Driver"
select REGMAP_MMIO
depends on PCI
help
Say Y or M if you want to add support for I2S driver for
Loongson I2S controller.
The controller is found in loongson bridge chips or SoCs,
and work as a PCI device.
endmenu
|