Andrew Scull | 3f807c6 | 2022-05-30 10:00:08 +0000 | [diff] [blame^] | 1 | config DM_FUZZING_ENGINE |
2 | bool "Driver support for fuzzing engine devices" | ||||
3 | depends on DM | ||||
4 | help | ||||
5 | Enable driver model for fuzzing engine devices. This interface is | ||||
6 | used to get successive inputs from a fuzzing engine that aims to | ||||
7 | explore different code paths in a fuzz test. The fuzzing engine may | ||||
8 | be instrumenting the execution in order to more effectively generate | ||||
9 | inputs that explore different code paths. |