summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-24 15:07:50 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-24 15:07:50 +0100
commitd49a5dea0456773992edf0fa3b2d4e46e0f1ef6c (patch)
tree26c739b25e2141cfcae793f87648c286534cb4a4
parentf4db277923672fd0fb3ca0bb73b5e27e5c21e929 (diff)
asoc: colibri_t30: prepare for apalis_t30 interoperability
Prepare Kconfig for Colibri T30 ALSA SoC SGTL5000 board driver to be usable on Apalis T30 as well.
-rw-r--r--sound/soc/tegra/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 21513335eb49..1bfe202d0574 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -99,8 +99,8 @@ config SND_SOC_TEGRA_COLIBRI_T20
Toradex Colibri T20 module.
config SND_SOC_TEGRA_COLIBRI_T30
- tristate "SoC Audio support for Colibri T30 module"
- depends on I2C && MACH_COLIBRI_T30 && SND_SOC_TEGRA
+ tristate "SoC Audio support for Apalis/Colibri T30 modules"
+ depends on I2C && (MACH_APALIS_T30 || MACH_COLIBRI_T30) && SND_SOC_TEGRA
select SND_SOC_SGTL5000
select SND_SOC_SPDIF
select SND_SOC_TEGRA30_DAM
@@ -108,7 +108,7 @@ config SND_SOC_TEGRA_COLIBRI_T30
select SND_SOC_TEGRA30_SPDIF
help
Say Y or M here if you want to add support for SoC audio on the
- Toradex Colibri T30 module.
+ Toradex Apalis/Colibri T30 modules.
config SND_SOC_TEGRA_TRIMSLICE
tristate "SoC Audio support for TrimSlice board"