xref: /openbmc/linux/sound/soc/rockchip/Kconfig (revision 4495c89f)
1config SND_SOC_ROCKCHIP
2	tristate "ASoC support for Rockchip"
3	depends on COMPILE_TEST || ARCH_ROCKCHIP
4	select SND_SOC_GENERIC_DMAENGINE_PCM
5	select SND_ROCKCHIP_I2S
6	help
7	  Say Y or M if you want to add support for codecs attached to
8	  the Rockchip SoCs' Audio interfaces. You will also need to
9	  select the audio interfaces to support below.
10
11config SND_ROCKCHIP_I2S
12	tristate
13