From: Vinod Koul Date: Fri, 19 Jun 2015 18:25:26 +0000 (+0530) Subject: ASoC: Intel: use CONFIG_SND_SOC for intel boards X-Git-Tag: v4.14-rc1~4700^2~13^2~12^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56e7366e43ca676dd28f0e91240a579ad41e9b71;p=platform%2Fkernel%2Flinux-rpi.git ASoC: Intel: use CONFIG_SND_SOC for intel boards The Intel boards directory was under CONFIG_SND_SOC_INTEL_SST so the machines which don't need these were not allowed to be selected/compiled without enabling this symbol The machine should be allowed to selected by ASoC and then they should select rest of symbols required Reported-by: Michele Curti Signed-off-by: Vinod Koul Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index 3853ec2..6de5d5c 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -7,4 +7,4 @@ obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/ # Machine support -obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/ +obj-$(CONFIG_SND_SOC) += boards/