blob: 6311385222f3577864d465b5b0e7731b0ef6ebb7 [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
Andrew Scull0518e7a2022-05-30 10:00:12 +00006 used to get fuzzing inputs from a fuzzing engine.
7
8if DM_FUZZING_ENGINE
9
10config FUZZING_ENGINE_SANDBOX
11 bool "Sanbox fuzzing engine"
12 depends on SANDBOX
13 default y
14 help
15 Enable fuzzing engine for sandbox.
16
17endif