1 # SPDX-License-Identifier: GPL-2.0-only
7 config FW_CS_DSP_KUNIT_TEST_UTILS
13 config FW_CS_DSP_KUNIT_TEST
14 tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
16 default KUNIT_ALL_TESTS
19 select FW_CS_DSP_KUNIT_TEST_UTILS
21 This builds KUnit tests for cs_dsp.
22 For more information on KUnit and unit tests in general,
23 please refer to the KUnit documentation in
24 Documentation/dev-tools/kunit/.