From c0f20b1f401172ed6acb4c435532fdc9c8d0f985 Mon Sep 17 00:00:00 2001 From: John Weber Date: Mon, 15 Jul 2013 14:32:06 -0500 Subject: wandboard: adding Wandboard to list of SGTL5000 boards The sound subsystem Kconfig file uses MACH_ to select whether the SGTL5000 is selectable as a sound device. Add Wandboard to the list of boards that are used. --- sound/soc/imx/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1