1# SPDX-License-Identifier: BSD-3-Clause 2 3menu "Audio component samples" 4 visible if SAMPLES 5 6 config SAMPLE_SMART_AMP 7 depends on CAVS && !CAVS_VERSION_1_5 8 bool "Smart amplifier test component" 9 default y 10 help 11 Select for test smart amplifier component 12 13 config SAMPLE_KEYPHRASE 14 depends on CAVS || IMX 15 bool "Keyphrase test component" 16 default y 17 help 18 Select for Keyphrase test component. 19 Provides basic functionality for use in testing of keyphrase detection pipelines. 20 21 config KWD_NN_SAMPLE_KEYPHRASE 22 depends on IMX 23 bool "KWD NN Keyphrase test component" 24 default n 25 help 26 Select for KWD NN Keyphrase test component based on neural network. 27 Provides ML functionality for use in testing of keyphrase detection pipelines. 28 Use KWD based on NN as alternative to the default KWD component. 29 Provides neural network as a library. 30endmenu 31