blob: 86e85daa80bf88d636abf45f45f4d2ad1c4674fc [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# 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.