Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config TEST_ASYNC_DRIVER_PROBE
0003         tristate "Build kernel module to test asynchronous driver probing"
0004         depends on m
0005         help
0006           Enabling this option produces a kernel module that allows
0007           testing asynchronous driver probing by the device core.
0008           The module name will be test_async_driver_probe.ko
0009 
0010           If unsure say N.
0011 config DRIVER_PE_KUNIT_TEST
0012         bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
0013         depends on KUNIT=y
0014         default KUNIT_ALL_TESTS