blob: 957046ac6c8ca1438dde183a0382489f5ccd8ef8 [file] [log] [blame]
Jianqun Xu4495c892014-07-05 19:13:03 +08001config SND_SOC_ROCKCHIP
2 tristate "ASoC support for Rockchip"
3 depends on COMPILE_TEST || ARCH_ROCKCHIP
Jianqun Xu4495c892014-07-05 19:13:03 +08004 help
5 Say Y or M if you want to add support for codecs attached to
6 the Rockchip SoCs' Audio interfaces. You will also need to
7 select the audio interfaces to support below.
8
Jianqun38306af2014-09-13 08:40:19 +08009config SND_SOC_ROCKCHIP_I2S
Jianqun9ce63db2014-11-01 10:58:18 +080010 tristate "Rockchip I2S Device Driver"
Andreas Ruprecht8d213de2014-11-21 20:50:46 +010011 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
12 select SND_SOC_GENERIC_DMAENGINE_PCM
Jianqun9ce63db2014-11-01 10:58:18 +080013 help
14 Say Y or M if you want to add support for I2S driver for
15 Rockchip I2S device. The device supports upto maximum of
16 8 channels each for play and record.
zhengxing49bdb042015-07-19 19:33:48 +080017
Sugar Zhangfc05a5b2017-06-13 15:27:46 +080018config SND_SOC_ROCKCHIP_PDM
19 tristate "Rockchip PDM Controller Driver"
20 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
21 select SND_SOC_GENERIC_DMAENGINE_PCM
22 help
23 Say Y or M if you want to add support for PDM driver for
24 Rockchip PDM Controller. The Controller supports up to maximum of
25 8 channels record.
26
Sjoerd Simonsf874b802015-10-08 15:31:13 +020027config SND_SOC_ROCKCHIP_SPDIF
28 tristate "Rockchip SPDIF Device Driver"
29 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
30 select SND_SOC_GENERIC_DMAENGINE_PCM
31 help
32 Say Y or M if you want to add support for SPDIF driver for
33 Rockchip SPDIF transceiver device.
34
zhengxing49bdb042015-07-19 19:33:48 +080035config SND_SOC_ROCKCHIP_MAX98090
36 tristate "ASoC support for Rockchip boards using a MAX98090 codec"
Axel Lin9d705942015-09-18 15:25:32 +080037 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
zhengxing49bdb042015-07-19 19:33:48 +080038 select SND_SOC_ROCKCHIP_I2S
39 select SND_SOC_MAX98090
40 select SND_SOC_TS3A227E
41 help
42 Say Y or M here if you want to add support for SoC audio on Rockchip
43 boards using the MAX98090 codec, such as Veyron.
zhengxing86059652015-07-19 19:33:49 +080044
45config SND_SOC_ROCKCHIP_RT5645
46 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
Axel Lin9d705942015-09-18 15:25:32 +080047 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
zhengxing86059652015-07-19 19:33:49 +080048 select SND_SOC_ROCKCHIP_I2S
49 select SND_SOC_RT5645
50 help
51 Say Y or M here if you want to add support for SoC audio on Rockchip
52 boards using the RT5645/RT5650 codec, such as Veyron.
Xing Zhengc6eac8a2016-08-03 16:10:00 +080053
Romain Periereaae2ea2017-02-03 15:37:59 +010054config SND_SOC_RK3288_HDMI_ANALOG
55 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
56 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
57 select SND_SOC_ROCKCHIP_I2S
58 select SND_SOC_HDMI_CODEC
Ezequiel Garciab1d0db02018-03-20 13:03:31 -030059 select SND_SOC_ES8328_I2C
60 select SND_SOC_ES8328_SPI if SPI_MASTER
61 select DRM_DW_HDMI_I2S_AUDIO if DRM_DW_HDMI
Romain Periereaae2ea2017-02-03 15:37:59 +010062 help
63 Say Y or M here if you want to add support for SoC audio on Rockchip
64 RK3288 boards using an analog output and the built-in HDMI audio.
65
Xing Zhengc6eac8a2016-08-03 16:10:00 +080066config SND_SOC_RK3399_GRU_SOUND
67 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
Arnd Bergmannf5065132016-08-26 17:50:55 +020068 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP && SPI
Xing Zhengc6eac8a2016-08-03 16:10:00 +080069 select SND_SOC_ROCKCHIP_I2S
70 select SND_SOC_MAX98357A
71 select SND_SOC_RT5514
72 select SND_SOC_DA7219
Xing Zhenge5abe952016-08-19 21:56:12 +080073 select SND_SOC_RT5514_SPI
Jeffy Chen3313faf2017-08-24 12:52:25 +080074 select SND_SOC_HDMI_CODEC
Jeffy Chen626d84d2017-08-24 12:52:26 +080075 select SND_SOC_DMIC
Xing Zhengc6eac8a2016-08-03 16:10:00 +080076 help
77 Say Y or M here if you want to add support multiple codecs for SoC
78 audio on Rockchip RK3399 GRU boards.