HACK: arm64: add fuzzing.config and kcsan.config

This is commited to aid future reproducibility of bugs found on this
branch, and is not intended for upstream.

Build with:

$ make defconfig kcsan.config
$ make

$ make defconfig kcsan.config fuzzing.config
$ make

Note: KASAN is disabled in fuzzing.config as KCSAN marks itself as
incompatible with KASAN (I do not know the precise reasons for that).

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