mirror of https://github.com/thesofproject/sof.git
probes: enable by default
This will enable probes by default for CAVS platforms Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
This commit is contained in:
parent
dac5759fe6
commit
26b48aa221
|
@ -6,7 +6,7 @@ menu "Probe"
|
||||||
|
|
||||||
config PROBE
|
config PROBE
|
||||||
bool "Probes enabled"
|
bool "Probes enabled"
|
||||||
default n
|
default y if CAVS
|
||||||
help
|
help
|
||||||
Select for enabling debug probes to extract/inject buffers
|
Select for enabling debug probes to extract/inject buffers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue