Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / firmware / cirrus / Kconfig
blobee09269c63b511736d6a1d22b7b2156ddad1a964
1 # SPDX-License-Identifier: GPL-2.0-only
3 config FW_CS_DSP
4         tristate
5         default n
7 config FW_CS_DSP_KUNIT_TEST_UTILS
8         tristate
9         depends on KUNIT
10         select REGMAP
11         select FW_CS_DSP
13 config FW_CS_DSP_KUNIT_TEST
14         tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
15         depends on KUNIT
16         default KUNIT_ALL_TESTS
17         select REGMAP
18         select FW_CS_DSP
19         select FW_CS_DSP_KUNIT_TEST_UTILS
20         help
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/.
25           If in doubt, say "N".