^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config TEST_ASYNC_DRIVER_PROBE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Build kernel module to test asynchronous driver probing"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) Enabling this option produces a kernel module that allows
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) testing asynchronous driver probing by the device core.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) The module name will be test_async_driver_probe.ko
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) If unsure say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config KUNIT_DRIVER_PE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) depends on KUNIT=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) default KUNIT_ALL_TESTS