Skip to content
Permalink
Browse files
ASoC: SOF: Kconfig: Move SND_SOC_SOF_DEBUG_PROBES under the debug opt…
…ions

The SND_SOC_SOF_DEBUG_PROBES is a debugging feature, make it only availabe
if the SND_SOC_SOF_DEBUG is enabled.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
  • Loading branch information
ujfalusi committed Dec 9, 2021
1 parent 574b8ca commit 225a4b72b50b1b9d0d4f10e816de35f850924a03
Showing 1 changed file with 10 additions and 10 deletions.
@@ -52,16 +52,6 @@ config SND_SOC_SOF_COMPRESS
bool
select SND_SOC_COMPRESS

config SND_SOC_SOF_DEBUG_PROBES
tristate
select SND_SOC_SOF_CLIENT
select SND_SOC_COMPRESS
help
This option enables the data probing feature that can be used to
gather data directly from specific points of the audio pipeline.
This option is not user-selectable but automagically handled by
'select' statements at a higher level.

config SND_SOC_SOF_CLIENT
tristate
select AUXILIARY_BUS
@@ -136,6 +126,16 @@ config SND_SOC_SOF_DEBUG

if SND_SOC_SOF_DEBUG

config SND_SOC_SOF_DEBUG_PROBES
tristate
select SND_SOC_SOF_CLIENT
select SND_SOC_COMPRESS
help
This option enables the data probing feature that can be used to
gather data directly from specific points of the audio pipeline.
This option is not user-selectable but automagically handled by
'select' statements at a higher level.

config SND_SOC_SOF_FORCE_NOCODEC_MODE
bool "SOF force nocodec Mode"
depends on SND_SOC_SOF_NOCODEC_SUPPORT

0 comments on commit 225a4b7

Please sign in to comment.