blob: a03120f63abc4b474b7eb117cfe88e30d5166e31 [file] [log] [blame]
Andrew Scull3f807c62022-05-30 10:00:08 +00001config 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.