13 Jun
2014
13 Jun
'14
2:33 p.m.
Allows driver to be built on wider configs
Signed-off-by: Vinod Koul vinod.koul@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