Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2
3config FW_CS_DSP
4 tristate
5 default n
6
7config FW_CS_DSP_KUNIT_TEST_UTILS
8 tristate
9
10config FW_CS_DSP_KUNIT_TEST
11 tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
12 depends on KUNIT && REGMAP && FW_CS_DSP
13 default KUNIT_ALL_TESTS
14 select FW_CS_DSP_KUNIT_TEST_UTILS
15 help
16 This builds KUnit tests for cs_dsp.
17 For more information on KUnit and unit tests in general,
18 please refer to the KUnit documentation in
19 Documentation/dev-tools/kunit/.
20 If in doubt, say "N".