Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2011)

Unified Diff: sound/soc/tegra/Kconfig

Issue 6624031: CHROMIUM: ASoC: tegra: Implement SPDIF CPU DAI (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sound/soc/tegra/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sound/soc/tegra/Kconfig
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 5226e2ba7529f6f682a62fc8f07433191ab82539..dd95f50133d59a02b89de8cc633109561dd89b69 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -14,6 +14,15 @@ config SND_TEGRA_SOC_I2S
Tegra I2S interface. You will also need to select the individual
machine drivers to support below.
+config SND_TEGRA_SOC_SPDIF
+ tristate
+ depends on SND_TEGRA_SOC
+ default m
+ help
+ Say Y or M if you want to add support for the SPDIF interface.
+ You will also need to select the individual machine drivers to support
+ below.
+
config SND_TEGRA_SOC_HARMONY
tristate "SoC Audio support for Tegra Harmony reference board"
depends on SND_TEGRA_SOC && I2C
@@ -31,7 +40,9 @@ config SND_TEGRA_SOC_SEABOARD
depends on MACH_SEABOARD
default m
select SND_TEGRA_SOC_I2S
+ select SND_TEGRA_SOC_SPDIF
select SND_SOC_WM8903
+ select SND_SOC_SPDIF
help
Say Y or M here if you want to add support for SoC audio on the
Tegra Seaboard reference board.
« no previous file with comments | « no previous file | sound/soc/tegra/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698