mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 08:46:40 +07:00
4495c89fcf
Add driver for i2s controller found on rk3066, rk3168 and rk3288 processors from rockchip. Tested on the RK3288 SDK board. Signed-off-by: Jianqun Xu <xjq@rock-chips.com> Signed-off-by: Mark Brown <broonie@linaro.org>
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
config SND_SOC_ROCKCHIP
|
|
tristate "ASoC support for Rockchip"
|
|
depends on COMPILE_TEST || ARCH_ROCKCHIP
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
|
select SND_ROCKCHIP_I2S
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the Rockchip SoCs' Audio interfaces. You will also need to
|
|
select the audio interfaces to support below.
|
|
|
|
config SND_ROCKCHIP_I2S
|
|
tristate
|