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 |
Andrew Scull | 0518e7a | 2022-05-30 10:00:12 +0000 | [diff] [blame] | 6 | used to get fuzzing inputs from a fuzzing engine. |
| 7 | |
| 8 | if DM_FUZZING_ENGINE |
| 9 | |
| 10 | config FUZZING_ENGINE_SANDBOX |
| 11 | bool "Sanbox fuzzing engine" |
| 12 | depends on SANDBOX |
| 13 | default y |
| 14 | help |
| 15 | Enable fuzzing engine for sandbox. |
| 16 | |
| 17 | endif |