xref: /linux/drivers/firmware/cirrus/Kconfig (revision 8f08ed05b31c6cfb5acd2eb7340368560f17cdd3)
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	depends on KUNIT && REGMAP
10	select FW_CS_DSP
11
12config FW_CS_DSP_KUNIT_TEST
13	tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
14	depends on KUNIT && REGMAP
15	default KUNIT_ALL_TESTS
16	select FW_CS_DSP
17	select FW_CS_DSP_KUNIT_TEST_UTILS
18	help
19	  This builds KUnit tests for cs_dsp.
20	  For more information on KUnit and unit tests in general,
21	  please refer to the KUnit documentation in
22	  Documentation/dev-tools/kunit/.
23	  If in doubt, say "N".
24