forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/soc/rockchip/Kconfig
....@@ -8,8 +8,12 @@
88 select the audio interfaces to support below.
99
1010 config SND_SOC_ROCKCHIP_DLP
11
- tristate "Rockchip Digital Loopback Driver"
11
+ tristate
12
+
13
+config SND_SOC_ROCKCHIP_DLP_PCM
14
+ tristate "Rockchip Digital Loopback PCM Driver"
1215 depends on SND_SOC_ROCKCHIP
16
+ select SND_SOC_ROCKCHIP_DLP
1317 help
1418 Say Y or M if you want to add support for DLP driver for
1519 Rockchip DMA-Based Digital Loopback.
....@@ -32,9 +36,17 @@
3236 Rockchip I2S/TDM device. The device supports up to maximum of
3337 8 channels each for play and record.
3438
39
+config SND_SOC_ROCKCHIP_I2S_TDM_MULTI_LANES
40
+ bool "Rockchip TDM Multi Lanes"
41
+ depends on SND_SOC_ROCKCHIP_I2S_TDM
42
+ help
43
+ Say Y or M if you want to add support for TDM Multi Lanes
44
+ based on I2S_TDM controller.
45
+
3546 config SND_SOC_ROCKCHIP_MULTI_DAIS
3647 tristate "Rockchip Multi-DAIS Device Driver"
3748 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
49
+ select SND_SOC_ROCKCHIP_DLP
3850 help
3951 Say Y or M if you want to add support for Multi-dais driver for
4052 Rockchip.
....@@ -58,6 +70,12 @@
5870 Rockchip SAI Controller. The Controller supports up to maximum of
5971 128 channels each for play and record.
6072
73
+config SND_SOC_ROCKCHIP_SAI_VERBOSE
74
+ bool "Rockchip SAI Verbose Controls"
75
+ depends on SND_SOC_ROCKCHIP_SAI
76
+ help
77
+ Say Y if you want to export much more controls and info for SAI.
78
+
6179 config SND_SOC_ROCKCHIP_SPDIF
6280 tristate "Rockchip SPDIF Device Driver"
6381 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP