forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
28 lines (24 loc) · 972 Bytes
/
Kconfig
File metadata and controls
28 lines (24 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-License-Identifier: BSD-3-Clause
menu "Audio component samples"
config SAMPLE_SMART_AMP
bool "Smart amplifier test component"
default y
help
Select for test smart amplifier component
config SAMPLE_KEYPHRASE
depends on CAVS || IMX || ACE
bool "Keyphrase test component"
default y
help
Select for Keyphrase test component.
Provides basic functionality for use in testing of keyphrase detection pipelines.
config KWD_NN_SAMPLE_KEYPHRASE
depends on IMX
bool "KWD NN Keyphrase test component"
default n
help
Select for KWD NN Keyphrase test component based on neural network.
Provides ML functionality for use in testing of keyphrase detection pipelines.
Use KWD based on NN as alternative to the default KWD component.
Provides neural network as a library.
endmenu