diff options
author | Yingkun Meng <mengyingkun@loongson.cn> | 2023-06-15 14:27:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-15 14:53:24 +0200 |
commit | d84881e06836dc1655777a592b4279be76ad7324 (patch) | |
tree | b8ec949807489b5c90de728a6c9619f69ff04d77 /sound/soc/Kconfig | |
parent | ASoC: Use the maple tree register cache for RealTek (diff) | |
download | linux-d84881e06836dc1655777a592b4279be76ad7324.tar.xz linux-d84881e06836dc1655777a592b4279be76ad7324.zip |
ASoC: Add support for Loongson I2S controller
Loongson I2S controller is found on 7axxx/2kxxx chips from loongson,
it is a PCI device with two private DMA controllers, one for playback,
the other for capture.
The driver supports the use of DTS or ACPI to describe device resources.
Signed-off-by: Yingkun Meng <mengyingkun@loongson.cn>
Link: https://lore.kernel.org/r/20230615122718.3412942-1-mengyingkun@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 4b6e5a802880..bfa9622e1ab1 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -79,6 +79,7 @@ source "sound/soc/google/Kconfig" source "sound/soc/hisilicon/Kconfig" source "sound/soc/jz4740/Kconfig" source "sound/soc/kirkwood/Kconfig" +source "sound/soc/loongson/Kconfig" source "sound/soc/img/Kconfig" source "sound/soc/intel/Kconfig" source "sound/soc/mediatek/Kconfig" |