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