# SPDX-License-Identifier: BSD-3-Clause menu "Audio component samples" visible if SAMPLES config SAMPLE_SMART_AMP depends on CAVS && !CAVS_VERSION_1_5 bool "Smart amplifier test component" default y help Select for test smart amplifier component config SAMPLE_KEYPHRASE depends on CAVS || IMX 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