Kconfig (1260ed77798502de9c98020040d2995008de10cc) Kconfig (a0b887f6eb9a0d1be3c57d00b0f3ba8408d3018a)
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
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
9
10config FW_CS_DSP_KUNIT_TEST
11 tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
14 depends on KUNIT && REGMAP
12 depends on KUNIT && REGMAP && FW_CS_DSP
15 default KUNIT_ALL_TESTS
13 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".
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".