summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/amd/Kconfig
diff options
context:
space:
mode:
authorV sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>2023-07-13 14:57:07 +0200
committerMark Brown <broonie@kernel.org>2023-07-17 07:15:35 +0200
commit1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f (patch)
tree80daf966c6eb101dd7b9060acaff9de37d53860c /sound/soc/sof/amd/Kconfig
parentASoC: codecs: ES8326: Add es8326_mute function (diff)
downloadlinux-1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f.tar.xz
linux-1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f.zip
ASoC: SOF: amd: Add Probe functionality support for amd platforms.
This patch consist of probe client device registration,stream tag and dma channel configuration for SOF firmware. Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> Link: https://lore.kernel.org/r/20230713125709.418851-2-vsujithkumar.reddy@amd.corp-partner.google.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd/Kconfig')
-rw-r--r--sound/soc/sof/amd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/Kconfig b/sound/soc/sof/amd/Kconfig
index 1cb92d6030e3..7dbc8df5cfe6 100644
--- a/sound/soc/sof/amd/Kconfig
+++ b/sound/soc/sof/amd/Kconfig
@@ -21,6 +21,7 @@ config SND_SOC_SOF_AMD_COMMON
select SND_SOC_SOF_PCI_DEV
select SND_AMD_ACP_CONFIG
select SND_SOC_SOF_XTENSA
+ select SND_SOC_SOF_ACP_PROBES
select SND_SOC_ACPI if ACPI
help
This option is not user-selectable but automatically handled by
@@ -42,4 +43,11 @@ config SND_SOC_SOF_AMD_REMBRANDT
Say Y if you want to enable SOF on Rembrandt.
If unsure select "N".
+config SND_SOC_SOF_ACP_PROBES
+ tristate
+ select SND_SOC_SOF_DEBUG_PROBES
+ help
+ This option is not user-selectable but automatically handled by
+ 'select' statements at a higher level
+
endif