ASoC: rockchip: Add machine driver for cdn DP
[firefly-linux-kernel-4.4.55.git] / sound / soc / rockchip / Kconfig
index f1e0c703e0d2f105226c2becffafc852f1927879..8e68a5d859f235b2dd928d24ffdca9c3e62190e9 100644 (file)
@@ -23,6 +23,15 @@ config SND_SOC_ROCKCHIP_SPDIF
          Say Y or M if you want to add support for SPDIF driver for
          Rockchip SPDIF transceiver device.
 
+config SND_SOC_ROCKCHIP_DA7219
+       tristate "ASoC support for Rockchip boards using a DA7219 codec"
+       depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB
+       select SND_SOC_ROCKCHIP_I2S
+       select SND_SOC_DA7219
+       help
+         Say Y or M here if you want to add support for SoC audio on Rockchip
+         boards using the DA7219 codec, such as Veyron.
+
 config SND_SOC_ROCKCHIP_MAX98090
        tristate "ASoC support for Rockchip boards using a MAX98090 codec"
        depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP
@@ -41,3 +50,11 @@ 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_ROCKCHIP_CDNDP
+       tristate "ASoC support for Rockchip CDN DP common codec"
+       depends on SND_SOC_ROCKCHIP && CLKDEV_LOOKUP
+       select SND_SOC_ROCKCHIP_I2S
+       help
+         Say Y or M here if you want to add support for SoC audio on Rockchip
+         boards using CDN DP, such as RK3399 boards.