[alsa-devel] [PATCH 01/19] ASoC: Intel: add COMPILE_TEST to mfld machine
Vinod Koul
vinod.koul at intel.com
Fri Jun 13 14:33:50 CEST 2014
Allows driver to be built on wider configs
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
sound/soc/intel/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index c30fedb..c6fe1e4 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -1,6 +1,6 @@
config SND_MFLD_MACHINE
tristate "SOC Machine Audio driver for Intel Medfield MID platform"
- depends on INTEL_SCU_IPC
+ depends on (INTEL_SCU_IPC || COMPILE_TEST)
select SND_SOC_SN95031
select SND_SST_MFLD_PLATFORM
help
--
1.7.0.4
More information about the Alsa-devel
mailing list