Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0
 2config TEST_ASYNC_DRIVER_PROBE
 3	tristate "Build kernel module to test asynchronous driver probing"
 4	depends on m
 5	help
 6	  Enabling this option produces a kernel module that allows
 7	  testing asynchronous driver probing by the device core.
 8	  The module name will be test_async_driver_probe.ko
 9
10	  If unsure say N.
11
12config DM_KUNIT_TEST
13	tristate "KUnit Tests for the device model" if !KUNIT_ALL_TESTS
14	depends on KUNIT
15
16config DRIVER_PE_KUNIT_TEST
17	tristate "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
18	depends on KUNIT
19	default KUNIT_ALL_TESTS
v6.2
 1# SPDX-License-Identifier: GPL-2.0
 2config TEST_ASYNC_DRIVER_PROBE
 3	tristate "Build kernel module to test asynchronous driver probing"
 4	depends on m
 5	help
 6	  Enabling this option produces a kernel module that allows
 7	  testing asynchronous driver probing by the device core.
 8	  The module name will be test_async_driver_probe.ko
 9
10	  If unsure say N.
11
 
 
 
 
12config DRIVER_PE_KUNIT_TEST
13	bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS
14	depends on KUNIT=y
15	default KUNIT_ALL_TESTS