Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305591
b: refs/heads/master
c: a7fda2b
h: refs/heads/master
i:
  305589: 537358d
  305587: ebfe3b1
  305583: 9f51c21
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 5, 2012
1 parent 91663b4 commit 1036cab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 063dd9d4488184f35c4598fb68f46fbba959d58e
refs/heads/master: a7fda2ba82b7531158c68f700fa806e645ff3b7c
12 changes: 6 additions & 6 deletions trunk/sound/soc/tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ config SND_SOC_TEGRA

config SND_SOC_TEGRA_DAS
tristate
depends on SND_SOC_TEGRA
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
help
Say Y or M if you want to add support for the Tegra DAS module.
You will also need to select the individual machine drivers to
support below.

config SND_SOC_TEGRA_I2S
tristate
depends on SND_SOC_TEGRA
depends on SND_SOC_TEGRA && ARCH_TEGRA_2x_SOC
select SND_SOC_TEGRA_DAS
help
Say Y or M if you want to add support for codecs attached to the
Expand All @@ -23,7 +23,7 @@ config SND_SOC_TEGRA_I2S

config SND_SOC_TEGRA_SPDIF
tristate
depends on SND_SOC_TEGRA
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.
Expand All @@ -41,7 +41,7 @@ config SND_SOC_TEGRA_WM8903
tristate "SoC Audio support for Tegra boards using a WM8903 codec"
depends on SND_SOC_TEGRA && I2C
depends on MACH_HAS_SND_SOC_TEGRA_WM8903
select SND_SOC_TEGRA_I2S
select SND_SOC_TEGRA_I2S if ARCH_TEGRA_2x_SOC
select SND_SOC_WM8903
help
Say Y or M here if you want to add support for SoC audio on Tegra
Expand All @@ -51,7 +51,7 @@ config SND_SOC_TEGRA_WM8903
config SND_SOC_TEGRA_TRIMSLICE
tristate "SoC Audio support for TrimSlice board"
depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C
select SND_SOC_TEGRA_I2S
select SND_SOC_TEGRA_I2S if ARCH_TEGRA_2x_SOC
select SND_SOC_TLV320AIC23
help
Say Y or M here if you want to add support for SoC audio on the
Expand All @@ -60,7 +60,7 @@ config SND_SOC_TEGRA_TRIMSLICE
config SND_SOC_TEGRA_ALC5632
tristate "SoC Audio support for Tegra boards using an ALC5632 codec"
depends on SND_SOC_TEGRA && I2C
select SND_SOC_TEGRA_I2S
select SND_SOC_TEGRA_I2S if ARCH_TEGRA_2x_SOC
select SND_SOC_ALC5632
help
Say Y or M here if you want to add support for SoC audio on the
Expand Down

0 comments on commit 1036cab

Please sign in to comment.