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

Unified Diff: sound/soc/tegra/Kconfig

Issue 6580011: CHROMIUM: ASoC: Tegra: Harmony: Allow driver to run on Ventana too. (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/harmony.c » ('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 66b504f06c23ce6178cb236cfeeac5938764727e..7a1bafe251749083c30ff0e31845be257153c713 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -16,11 +16,12 @@ config SND_TEGRA_SOC_I2S
config SND_TEGRA_SOC_HARMONY
tristate "SoC Audio support for Tegra Harmony reference board"
- depends on SND_TEGRA_SOC && MACH_HARMONY && I2C
+ depends on SND_TEGRA_SOC && I2C
+ depends on MACH_HARMONY || MACH_VENTANA
default m
select SND_TEGRA_SOC_I2S
select SND_SOC_WM8903
help
Say Y or M here if you want to add support for SoC audio on the
- Tegra Harmony reference board.
+ Tegra Harmony and Ventana reference boards.
« no previous file with comments | « no previous file | sound/soc/tegra/harmony.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698