summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani <tapani@vmail.me>2012-12-31 18:40:54 +0100
committerJohn Weber <rjohnweber@gmail.com>2013-07-28 23:43:30 -0500
commitd6f27944e212b1d4e80032c9fcbe09ce6d8ea890 (patch)
tree665a27857ae9c9adde7aa01e64f627f4dbaa75d8
parent17a9192f88b06174911736bfe78d0698fd0cbd33 (diff)
downloadlinux-d6f27944e212b1d4e80032c9fcbe09ce6d8ea890.tar.gz
sound/soc/imx: Make SGTL5000 selectable for any machine
Previously the SGTL5000 was selectable only when certain machines were being built. Remove this option and make it manually selectable.
-rw-r--r--sound/soc/imx/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index 5bc4f7f0f092..7f5297563786 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -52,9 +52,7 @@ config SND_SOC_PHYCORE_AC97
config SND_SOC_IMX_SGTL5000
tristate "SoC Audio support for i.MX boards with sgtl5000"
- depends on I2C && (MACH_MX35_3DS || MACH_MX51_BABBAGE \
- || MACH_MX6Q_SABRELITE || MACH_MX6Q_ARM2 \
- || MACH_WANDBOARD)
+ depends on I2C
select SND_SOC_SGTL5000
select SND_MXC_SOC_MX2
help