sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / drivers / base / test / Kconfig
blob9aa0d45a60dbcd7424d7f920f53b0cf0c4c22ec6
1 config TEST_ASYNC_DRIVER_PROBE
2         tristate "Build kernel module to test asynchronous driver probing"
3         depends on m
4         help
5           Enabling this option produces a kernel module that allows
6           testing asynchronous driver probing by the device core.
7           The module name will be test_async_driver_probe.ko
9           If unsure say N.