summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Kconfig
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-09-07 03:37:43 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:52 -0800
commitefc301de4c4bacb4fa8d35e11ec0135879cdd883 (patch)
tree71d183b85c417ea31b570ebfae39c69a489ca905 /sound/soc/tegra/Kconfig
parent05adef5a82bd4c02fb892ad8c9243e6f82dc4901 (diff)
ASoC: tegra: Add MAX98088 machine driver
Bug 862023 Change-Id: I715ce95e3cece3fc8eeea81ab6b95ad6de3b2a1c Reviewed-on: http://git-master/r/50907 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R736182cd182138901b3f79b6fbfe3adee8ce7105
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r--sound/soc/tegra/Kconfig21
1 files changed, 20 insertions, 1 deletions
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.