Commit b405b431 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown

ASoC: SOF: Intel: allow for coexistence between SOF and Atom/SST drivers

Now that we have all the support needed for coexistence between ACPI
drivers for Baytrail and Cherrytrail, remove mutual exclusion in the
Kconfig file. The selection is done by playing with the snd_intel_dsp
module parameter.
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: default avatarRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: default avatarRander Wang <rander.wang@linux.intel.com>
Reviewed-by: default avatarGuennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Link: https://lore.kernel.org/r/20201112223825.39765-10-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent df5f5eda
...@@ -62,17 +62,16 @@ if SND_SOC_SOF_INTEL_ACPI ...@@ -62,17 +62,16 @@ if SND_SOC_SOF_INTEL_ACPI
config SND_SOC_SOF_BAYTRAIL_SUPPORT config SND_SOC_SOF_BAYTRAIL_SUPPORT
bool "SOF support for Baytrail, Braswell and Cherrytrail" bool "SOF support for Baytrail, Braswell and Cherrytrail"
depends on SND_SST_ATOM_HIFI2_PLATFORM_ACPI=n
help help
This adds support for Sound Open Firmware for Intel(R) platforms This adds support for Sound Open Firmware for Intel(R) platforms
using the Baytrail, Braswell or Cherrytrail processors. using the Baytrail, Braswell or Cherrytrail processors.
This option is mutually exclusive with the Atom/SST and Baytrail This option can coexist in the same build with the Atom legacy
legacy drivers. If you want to enable SOF on Baytrail/Cherrytrail, drivers, currently the default but which will be deprecated
you need to deselect those options first. at some point.
SOF does not support Baytrail-CR for now, so this option is not Existing firmware/topology binaries and UCM configurations
recommended for distros. At some point all legacy drivers will be typically located in the root file system are already
deprecated but not before all userspace firmware/topology/UCM files compatible with both SOF or Atom/SST legacy drivers.
are made available to downstream distros. This is a recommended option for distributions.
Say Y if you want to enable SOF on Baytrail/Cherrytrail. Say Y if you want to enable SOF on Baytrail/Cherrytrail.
If unsure select "N". If unsure select "N".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment