162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciconfig TEST_ASYNC_DRIVER_PROBE 362306a36Sopenharmony_ci tristate "Build kernel module to test asynchronous driver probing" 462306a36Sopenharmony_ci depends on m 562306a36Sopenharmony_ci help 662306a36Sopenharmony_ci Enabling this option produces a kernel module that allows 762306a36Sopenharmony_ci testing asynchronous driver probing by the device core. 862306a36Sopenharmony_ci The module name will be test_async_driver_probe.ko 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci If unsure say N. 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciconfig DM_KUNIT_TEST 1362306a36Sopenharmony_ci tristate "KUnit Tests for the device model" if !KUNIT_ALL_TESTS 1462306a36Sopenharmony_ci depends on KUNIT 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciconfig DRIVER_PE_KUNIT_TEST 1762306a36Sopenharmony_ci bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS 1862306a36Sopenharmony_ci depends on KUNIT=y 1962306a36Sopenharmony_ci default KUNIT_ALL_TESTS 20