aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sof/imx/Kconfig
diff options
context:
space:
mode:
authorIulian Olaru <iulianolaru249@yahoo.com>2020-08-25 16:50:40 -0700
committerMark Brown <broonie@kernel.org>2020-08-26 13:19:16 +0100
commit5a1fa00ad74bd5e77feab84a6d64c06f267df415 (patch)
treef40c55ebf8799869f809512f95505417515a3bde /sound/soc/sof/imx/Kconfig
parentASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdata (diff)
downloadwireguard-linux-5a1fa00ad74bd5e77feab84a6d64c06f267df415.tar.xz
wireguard-linux-5a1fa00ad74bd5e77feab84a6d64c06f267df415.zip
ASoC: SOF: sof-of-dev: Add .arch_ops field
Add .arch_ops field in the sof_imx8x_ops structure. The inclusion of this field will allow the usage of functions from sof/core.c in order to print debug information such as the registers and a stack dump in case of a firmware ops. The SND_SOC_SOF_XTENSA is added in the imx/Kconfig file so the compilation is successful. Signed-off-by: Iulian Olaru <iulianolaru249@yahoo.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com> Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/20200825235040.1586478-8-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/imx/Kconfig')
-rw-r--r--sound/soc/sof/imx/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/imx/Kconfig b/sound/soc/sof/imx/Kconfig
index 8230285baa43..23bfd79d09c3 100644
--- a/sound/soc/sof/imx/Kconfig
+++ b/sound/soc/sof/imx/Kconfig
@@ -30,6 +30,7 @@ config SND_SOC_SOF_IMX8_SUPPORT
config SND_SOC_SOF_IMX8
tristate
+ select SND_SOC_SOF_XTENSA
help
This option is not user-selectable but automagically handled by
'select' statements at a higher level
@@ -44,6 +45,7 @@ config SND_SOC_SOF_IMX8M_SUPPORT
config SND_SOC_SOF_IMX8M
tristate
+ select SND_SOC_SOF_XTENSA
help
This option is not user-selectable but automagically handled by
'select' statements at a higher level