From efc301de4c4bacb4fa8d35e11ec0135879cdd883 Mon Sep 17 00:00:00 2001 From: Sumit Bhattacharya Date: Wed, 7 Sep 2011 03:37:43 +0530 Subject: ASoC: tegra: Add MAX98088 machine driver Bug 862023 Change-Id: I715ce95e3cece3fc8eeea81ab6b95ad6de3b2a1c Reviewed-on: http://git-master/r/50907 Tested-by: Sumit Bhattacharya Reviewed-by: Ravindra Lokhande Reviewed-by: Bharat Nihalani Rebase-Id: R736182cd182138901b3f79b6fbfe3adee8ce7105 --- sound/soc/tegra/Kconfig | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'sound/soc/tegra/Kconfig') diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index f51b62570194..09ef031608d4 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -84,5 +84,24 @@ config SND_SOC_TEGRA_WM8753 select SND_SOC_WM8753 help Say Y or M here if you want to add support for SoC audio on Tegra - boards using the WM8093 codec. Currently, only supported board is + boards using the WM8753 codec. Currently, only supported board is Whistler. + +config MACH_HAS_SND_SOC_TEGRA_MAX98088 + bool + help + Machines that use the SND_SOC_TEGRA_MAX98088 driver should select + this config option, in order to allow the user to enable + SND_SOC_TEGRA_MAX98088. + +config SND_SOC_TEGRA_MAX98088 + tristate "SoC Audio support for Tegra boards using a MAX98088 codec" + depends on SND_SOC_TEGRA && I2C + depends on MACH_HAS_SND_SOC_TEGRA_MAX98088 + select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC + select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC + select SND_SOC_MAX98088 + help + Say Y or M here if you want to add support for SoC audio on Tegra + boards using the MAX98088 codec. Currently, only supported board is + Enterprise. -- cgit v1.2.3