1 # SPDX-License-Identifier: GPL-2.0-only
2 config SND_SOC_ROCKCHIP
3 tristate "ASoC support for Rockchip"
4 depends on COMPILE_TEST || ARCH_ROCKCHIP
6 Say Y or M if you want to add support for codecs attached to
7 the Rockchip SoCs' Audio interfaces. You will also need to
8 select the audio interfaces to support below.
10 config SND_SOC_ROCKCHIP_I2S
11 tristate "Rockchip I2S Device Driver"
12 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
13 select SND_SOC_GENERIC_DMAENGINE_PCM
15 Say Y or M if you want to add support for I2S driver for
16 Rockchip I2S device. The device supports upto maximum of
17 8 channels each for play and record.
19 config SND_SOC_ROCKCHIP_PDM
20 tristate "Rockchip PDM Controller Driver"
21 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
22 select SND_SOC_GENERIC_DMAENGINE_PCM
25 Say Y or M if you want to add support for PDM driver for
26 Rockchip PDM Controller. The Controller supports up to maximum of
29 config SND_SOC_ROCKCHIP_SPDIF
30 tristate "Rockchip SPDIF Device Driver"
31 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
32 select SND_SOC_GENERIC_DMAENGINE_PCM
34 Say Y or M if you want to add support for SPDIF driver for
35 Rockchip SPDIF transceiver device.
37 config SND_SOC_ROCKCHIP_MAX98090
38 tristate "ASoC support for Rockchip boards using a MAX98090 codec"
39 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
40 select SND_SOC_ROCKCHIP_I2S
41 select SND_SOC_MAX98090
42 select SND_SOC_TS3A227E
43 select SND_SOC_HDMI_CODEC
45 Say Y or M here if you want to add support for SoC audio on Rockchip
46 boards using the MAX98090 codec and HDMI codec, such as Veyron.
48 config SND_SOC_ROCKCHIP_RT5645
49 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
50 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
51 select SND_SOC_ROCKCHIP_I2S
54 Say Y or M here if you want to add support for SoC audio on Rockchip
55 boards using the RT5645/RT5650 codec, such as Veyron.
57 config SND_SOC_RK3288_HDMI_ANALOG
58 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
59 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
60 select SND_SOC_ROCKCHIP_I2S
61 select SND_SOC_HDMI_CODEC
62 select SND_SOC_ES8328_I2C
63 select SND_SOC_ES8328_SPI if SPI_MASTER
64 select DRM_DW_HDMI_I2S_AUDIO if DRM_DW_HDMI
66 Say Y or M here if you want to add support for SoC audio on Rockchip
67 RK3288 boards using an analog output and the built-in HDMI audio.
69 config SND_SOC_RK3399_GRU_SOUND
70 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
71 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP && SPI
72 select SND_SOC_ROCKCHIP_I2S
73 select SND_SOC_MAX98357A
76 select SND_SOC_RT5514_SPI
77 select SND_SOC_HDMI_CODEC
80 Say Y or M here if you want to add support multiple codecs for SoC
81 audio on Rockchip RK3399 GRU boards.