xref: /linux/drivers/base/test/Kconfig (revision 98ad1dd06a02096fff6c65703a85b9f3c3de1a7d)
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
1506188bc8SMaxime Ripard
16586c4028SNico Pacheconfig DRIVER_PE_KUNIT_TEST
17*98ad1dd0SGeert Uytterhoeven	tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
18*98ad1dd0SGeert Uytterhoeven	depends on KUNIT
19bebe94b5SAnders Roxell	default KUNIT_ALL_TESTS
20