summaryrefslogtreecommitdiffstats
path: root/Kconfig.host
diff options
context:
space:
mode:
authorPaolo Bonzini2021-10-07 15:08:11 +0200
committerPaolo Bonzini2021-10-14 09:50:56 +0200
commit65ce87d47669168593398a4a3a0c0b0494858c0d (patch)
tree82509c337c5cdf8b7559c227948e7fabeaeef610 /Kconfig.host
parentconfigure: add command line options for audio drivers (diff)
downloadqemu-65ce87d47669168593398a4a3a0c0b0494858c0d.tar.gz
qemu-65ce87d47669168593398a4a3a0c0b0494858c0d.tar.xz
qemu-65ce87d47669168593398a4a3a0c0b0494858c0d.zip
kconfig: split CONFIG_SPARSE_MEM from fuzzing
Pass CONFIG_FUZZ via host_kconfig, and use it to select the sparse-mem device. Cc: Alexander Oleinik <alxndr@bu.edu> Reviewed-by: Alexander Bulekov <alxndr@bu.edu> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20211007130829.632254-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Kconfig.host')
-rw-r--r--Kconfig.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host
index 24255ef441..60b9c07b5e 100644
--- a/Kconfig.host
+++ b/Kconfig.host
@@ -41,3 +41,7 @@ config PVRDMA
config MULTIPROCESS_ALLOWED
bool
imply MULTIPROCESS
+
+config FUZZ
+ bool
+ select SPARSE_MEM