diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-16 15:12:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-17 17:46:58 +0000 |
commit | 2914266975fcb09a688cefe98874625366e67c65 (patch) | |
tree | 871195982d51333e7893b8bfff9be8871d12ccb1 | |
parent | ebf79091bf85d9b2270ab29191de9cd3aaf888c5 (diff) |
ASoC: Intel: remove ignored dependencies
For selected only options the explicit dependencies do not make much sense
becase Kbuild ignores them anyway. Remove them explicitly.
Acked-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 93c41b7219f2..526855ad479e 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -31,7 +31,6 @@ config SND_SOC_INTEL_SST tristate select SND_SOC_INTEL_SST_ACPI if ACPI select SND_SOC_INTEL_SST_MATCH if ACPI - depends on (X86 || COMPILE_TEST) config SND_SOC_INTEL_SST_FIRMWARE tristate |