Index: sound/soc/tegra/Kconfig |
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig |
index 7a1bafe251749083c30ff0e31845be257153c713..5226e2ba7529f6f682a62fc8f07433191ab82539 100644 |
--- a/sound/soc/tegra/Kconfig |
+++ b/sound/soc/tegra/Kconfig |
@@ -25,3 +25,14 @@ config SND_TEGRA_SOC_HARMONY |
Say Y or M here if you want to add support for SoC audio on the |
Tegra Harmony and Ventana reference boards. |
+config SND_TEGRA_SOC_SEABOARD |
+ tristate "SoC Audio support for Tegra Seaboard reference board" |
+ depends on SND_TEGRA_SOC && I2C |
+ depends on MACH_SEABOARD |
+ 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 Seaboard reference board. |
+ |