[alsa-devel] [PATCH] ASoC: Intel: Add depends on X86
    Vinod Koul 
    vinod.koul at intel.com
       
    Mon Oct 23 06:27:27 CEST 2017
    
    
  
From: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
Make all Intel audio drivers dependent on X86 to avoid compilation
errors for s390 and xtensa architectures.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
Reported-by: kbuild test robot <fengguang.wu at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
 sound/soc/intel/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 1dcc9e456610..a59dda39007e 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -31,6 +31,7 @@ config SND_SOC_ACPI_INTEL_MATCH
 
 config SND_SOC_INTEL_SST_TOPLEVEL
 	tristate "Intel ASoC SST drivers"
+	depends on X86
 	select SND_SOC_INTEL_MACH
 	select SND_SOC_INTEL_COMMON
 
-- 
2.7.4
    
    
More information about the Alsa-devel
mailing list