diff options
author | Sumit Bhattacharya <sumitb@nvidia.com> | 2011-09-28 17:01:14 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-23 15:25:01 -0700 |
commit | 9e98eceeb8dd723de31ed071624f772d1117316a (patch) | |
tree | 0cebe346258e069d0051b9fbd331794d592b7521 /sound/soc/tegra/Kconfig | |
parent | eac9d2530d3f4b4f27137f19f66d6535a4c27e58 (diff) |
ASoC: Tegra: Spdif: Add Tegra30 spdif driver
Bug 872652
Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com>
Change-Id: I2c5006a68d590b9215db056a614566b926287fda
Reviewed-on: http://git-master/r/54954
Tested-by: Sumit Bhattacharya <sumitb@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Gerrit_Virtual_Submit
Rebase-Id: R89c166fa6563318dcbb0ca6e25f7dcce6db3c134
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index aa12ec0675b0..d1e6f6f471eb 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -36,7 +36,16 @@ config SND_SOC_TEGRA20_SPDIF depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC default m help - Say Y or M if you want to add support for the SPDIF interface. + Say Y or M if you want to add support for the TEGRA20 SPDIF interface. + You will also need to select the individual machine drivers to support + below. + +config SND_SOC_TEGRA30_SPDIF + tristate + depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC + select SND_SOC_TEGRA30_AHUB + help + Say Y or M if you want to add support for the TEGRA30 SPDIF interface. You will also need to select the individual machine drivers to support below. |