summaryrefslogtreecommitdiff
path: root/sound/soc/rockchip/Kconfig
diff options
context:
space:
mode:
authorJianqun Xu <xjq@rock-chips.com>2014-07-05 19:13:03 +0800
committerMark Brown <broonie@linaro.org>2014-07-09 09:39:29 +0200
commit4495c89fcf2624d542a27f1ecd70aa3524c54195 (patch)
tree6187bfa6918b62b870522fb063263bc89b2a8e16 /sound/soc/rockchip/Kconfig
parentd4796e35fb67df4ec36fa5914689ced8bc51a614 (diff)
ASoC: add driver for Rockchip RK3xxx I2S controller
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>
Diffstat (limited to 'sound/soc/rockchip/Kconfig')
-rw-r--r--sound/soc/rockchip/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig
new file mode 100644
index 000000000000..c196a466eef6
--- /dev/null
+++ b/sound/soc/rockchip/Kconfig
@@ -0,0 +1,12 @@
+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