diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-06-19 23:55:26 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-08 19:22:30 +0100 |
commit | 56e7366e43ca676dd28f0e91240a579ad41e9b71 (patch) | |
tree | 2175962d81871b01e9cafcbd5c29fcc40cc9e81c | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | linux-56e7366e43ca676dd28f0e91240a579ad41e9b71.tar.gz linux-56e7366e43ca676dd28f0e91240a579ad41e9b71.tar.bz2 linux-56e7366e43ca676dd28f0e91240a579ad41e9b71.zip |
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 <michele.curti@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index 3853ec2ddbc7..6de5d5cd3280 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/ |