summaryrefslogtreecommitdiff
path: root/sound/soc/rockchip/Kconfig
diff options
context:
space:
mode:
authorXing Zheng <zhengxing@rock-chips.com>2016-08-03 16:10:00 +0800
committerMark Brown <broonie@kernel.org>2016-08-08 11:55:10 +0100
commitc6eac8a36a845e52ba520060a807044964ad9de5 (patch)
treedf1c55474854cdef7b3a2b0e392f3c32c9493a3d /sound/soc/rockchip/Kconfig
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: rockchip: Add machine driver for RK3399 GRU Boards
Because we need to support the multiple codecs (MAX98357A/RT5514/DA7219) on the RK3399 GRU boards, this patch can help us to support these codecs. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Kconfig')
-rw-r--r--sound/soc/rockchip/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig
index f1e0c703e0d2..6d3903284a07 100644
--- a/sound/soc/rockchip/Kconfig
+++ b/sound/soc/rockchip/Kconfig
@@ -41,3 +41,14 @@ config SND_SOC_ROCKCHIP_RT5645
help
Say Y or M here if you want to add support for SoC audio on Rockchip
boards using the RT5645/RT5650 codec, such as Veyron.
+
+config SND_SOC_RK3399_GRU_SOUND
+ tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
+ depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
+ select SND_SOC_ROCKCHIP_I2S
+ select SND_SOC_MAX98357A
+ select SND_SOC_RT5514
+ select SND_SOC_DA7219
+ help
+ Say Y or M here if you want to add support multiple codecs for SoC
+ audio on Rockchip RK3399 GRU boards.