From: Wei Liu Date: Mon, 5 Dec 2016 16:45:35 +0000 (+0000) Subject: Kconfig: introduce allrandom.config X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~3274 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74fe8f279206e863bdc6a1fa80c59d7fe473df43;p=xen.git Kconfig: introduce allrandom.config This would be used to force selection of certain items in randconfig. We need this to force gcov format to be autodetected in randconfig target, which would avoid generating known-incompatible combinations. Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Reviewed-by: Doug Goldstein --- diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config new file mode 100644 index 0000000000..c7753ac4ad --- /dev/null +++ b/xen/tools/kconfig/allrandom.config @@ -0,0 +1,3 @@ +# Explicit option choices not subject to regular RANDCONFIG + +CONFIG_GCOV_FORMAT_AUTODETECT=y