diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-10-06 09:48:59 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-06 17:12:22 +0300 |
commit | 05668be1b3644f9bd25b22f62e79ad7a5adbd3e2 (patch) | |
tree | e1a83b9eee93c2037679d442e31a14943f468229 /sound/soc/intel/Kconfig | |
parent | 07833cd0569bb73cc9f82814cdab921abb3dfb4a (diff) | |
download | linux-05668be1b3644f9bd25b22f62e79ad7a5adbd3e2.tar.xz |
ASoC: Intel: Remove SST ACPI component
baytrail and haswell solutions present within sound/soc/intel are the
only users of sst-acpi componenent and with them removed it becomes
redundant so remove it too.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@intel.com>
Link: https://lore.kernel.org/r/20201006064907.16277-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 41f9c286b34c..a9940e81c5cd 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -31,12 +31,6 @@ config SND_SST_IPC_ACPI # This option controls the ACPI-based IPC for HiFi2 platforms # (Baytrail, Cherrytrail) -config SND_SOC_INTEL_SST_ACPI - tristate - # This option controls ACPI-based probing on - # Haswell/Broadwell/Baytrail legacy and will be set - # when these platforms are enabled - config SND_SOC_INTEL_SST tristate |