HACK: add fuzzing defconfig

To aid more targetted fuzzing, this config cuts down on features which
will not be used in a VM (e.g. by removing drivers for HW which will not
be present).

Modules are built-in, since we can't provide these to the fuzzing fs
anyhow, and having them built in improves the chance of coverage.

Debug options desriable for fuzzing are enabled (e.g. KCOV).

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
1 file changed