Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (586c402882069fe835cb9874a72316eaa2923c6f) |
---|---|
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. | 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. |
11config KUNIT_DRIVER_PE_TEST | 11config DRIVER_PE_KUNIT_TEST |
12 bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS 13 depends on KUNIT=y 14 default KUNIT_ALL_TESTS | 12 bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS 13 depends on KUNIT=y 14 default KUNIT_ALL_TESTS |