1
0
This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
orange_kernel/sound/soc/loongson/Kconfig
2025-03-18 09:50:07 +08:00

28 lines
715 B
Plaintext

# 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.
config SND_SOC_LOONGSON_CARD
tristate "Loongson Sound Card Driver"
select SND_SOC_LOONGSON_I2S_PCI
depends on PCI
help
Say Y or M if you want to add support for SoC audio using
loongson I2S controller.
The driver add support for ALSA SoC Audio support using
loongson I2S controller.
endmenu