xref: /linux/drivers/base/test/Kconfig (revision 2ab002c755bfa88777e3f2db884d531f3010736c)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
279543cf2SDmitry Torokhovconfig TEST_ASYNC_DRIVER_PROBE
379543cf2SDmitry Torokhov	tristate "Build kernel module to test asynchronous driver probing"
479543cf2SDmitry Torokhov	depends on m
579543cf2SDmitry Torokhov	help
679543cf2SDmitry Torokhov	  Enabling this option produces a kernel module that allows
779543cf2SDmitry Torokhov	  testing asynchronous driver probing by the device core.
879543cf2SDmitry Torokhov	  The module name will be test_async_driver_probe.ko
979543cf2SDmitry Torokhov
1079543cf2SDmitry Torokhov	  If unsure say N.
119dc5f12fSAndy Shevchenko
1206188bc8SMaxime Ripardconfig DM_KUNIT_TEST
1306188bc8SMaxime Ripard	tristate "KUnit Tests for the device model" if !KUNIT_ALL_TESTS
1406188bc8SMaxime Ripard	depends on KUNIT
15*55b7aee9SBrian Norris	default KUNIT_ALL_TESTS
1606188bc8SMaxime Ripard
17586c4028SNico Pacheconfig DRIVER_PE_KUNIT_TEST
1898ad1dd0SGeert Uytterhoeven	tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
1998ad1dd0SGeert Uytterhoeven	depends on KUNIT
20bebe94b5SAnders Roxell	default KUNIT_ALL_TESTS
21