1# Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io> 2# SPDX-License-Identifier: Apache-2.0 3 4config CMSIS_DSP_TEST_FILTERING_BIQUAD 5 bool "Test: Filtering BIQUAD" 6 7config CMSIS_DSP_TEST_FILTERING_DECIM 8 bool "Test: Filtering DECIM" 9 10config CMSIS_DSP_TEST_FILTERING_FIR 11 bool "Test: Filtering FIR" 12 13config CMSIS_DSP_TEST_FILTERING_MISC 14 bool "Test: Filtering MISC" 15 16config CMSIS_DSP_TEST_FILTERING_MISC_CONV_PARTIAL 17 bool "Test: Filtering MISC - Partial Convolution" 18 19source "Kconfig" 20