mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
3f807c6b81
This new class of device will provide fuzzing inputs from a fuzzing engine. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>
9 lines
421 B
Text
9 lines
421 B
Text
config DM_FUZZING_ENGINE
|
|
bool "Driver support for fuzzing engine devices"
|
|
depends on DM
|
|
help
|
|
Enable driver model for fuzzing engine devices. This interface is
|
|
used to get successive inputs from a fuzzing engine that aims to
|
|
explore different code paths in a fuzz test. The fuzzing engine may
|
|
be instrumenting the execution in order to more effectively generate
|
|
inputs that explore different code paths.
|