blob: 58bae8e2cf5ff7b9d1922feceaa0ac7347483561 [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
18config SND_SOC_ROCKCHIP_MAX98090
19 tristate "ASoC support for Rockchip boards using a MAX98090 codec"
20 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB
21 select SND_SOC_ROCKCHIP_I2S
22 select SND_SOC_MAX98090
23 select SND_SOC_TS3A227E
24 help
25 Say Y or M here if you want to add support for SoC audio on Rockchip
26 boards using the MAX98090 codec, such as Veyron.
zhengxing86059652015-07-19 19:33:49 +080027
28config SND_SOC_ROCKCHIP_RT5645
29 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec"
30 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB
31 select SND_SOC_ROCKCHIP_I2S
32 select SND_SOC_RT5645
33 help
34 Say Y or M here if you want to add support for SoC audio on Rockchip
35 boards using the RT5645/RT5650 codec, such as Veyron.