From: Pierre-Louis Bossart Date: Mon, 23 Oct 2017 04:27:27 +0000 (+0530) Subject: ASoC: Intel: Add depends on X86 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=468663a36a3e67bed1c32f46b2d1d0a69811da99;p=linux.git ASoC: Intel: Add depends on X86 Make all Intel audio drivers dependent on X86 to avoid compilation errors for s390 and xtensa architectures. Signed-off-by: Pierre-Louis Bossart Reported-by: kbuild test robot Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 1dcc9e4566101..a59dda39007e8 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