xref: /linux/drivers/platform/wmi/tests/Kconfig (revision f50822fd8675c68d294e89bd102f7b487ca3acd3)
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# ACPI WMI KUnit tests
4#
5
6config ACPI_WMI_MARSHALLING_KUNIT_TEST
7	tristate "KUnit Test for ACPI-WMI marshalling" if !KUNIT_ALL_TESTS
8	depends on KUNIT
9	default KUNIT_ALL_TESTS
10	help
11	  This builds unit tests for the ACPI-WMI marshalling code.
12
13	  For more information on KUnit and unit tests in general, please refer
14	  to the KUnit documentation in Documentation/dev-tools/kunit/.
15
16	  If unsure, say N.
17
18config ACPI_WMI_STRING_KUNIT_TEST
19	tristate "KUnit Test for ACPI-WMI string conversion" if !KUNIT_ALL_TESTS
20	depends on KUNIT
21	default KUNIT_ALL_TESTS
22	help
23	  This builds unit tests for the ACPI-WMI string conversion code.
24	  For more information on KUnit and unit tests in general, please refer
25	  to the KUnit documentation in Documentation/dev-tools/kunit/.
26
27	  If unsure, say N.
28