summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Weber <rjohnweber@gmail.com>2013-07-15 14:32:06 -0500
committerJohn Weber <rjohnweber@gmail.com>2013-07-17 14:22:38 -0500
commitc0f20b1f401172ed6acb4c435532fdc9c8d0f985 (patch)
treebd1a3f77e34ee8aea630a0908c9f86ee57cbc2de
parent5d5f87827ec0ef89f65d7831529d4ce8ceba1c59 (diff)
downloadlinux-c0f20b1f401172ed6acb4c435532fdc9c8d0f985.tar.gz
wandboard: adding Wandboard to list of SGTL5000 boards
The sound subsystem Kconfig file uses MACH_<board> to select whether the SGTL5000 is selectable as a sound device. Add Wandboard to the list of boards that are used.
-rw-r--r--sound/soc/imx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index e30ebbe7e131..5bc4f7f0f092 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -53,7 +53,8 @@ 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_MX6Q_SABRELITE || MACH_MX6Q_ARM2 \
+ || MACH_WANDBOARD)
select SND_SOC_SGTL5000
select SND_MXC_SOC_MX2
help