From: Wei Liu Date: Thu, 29 Sep 2016 17:40:52 +0000 (+0100) Subject: Kconfig: add BROKEN config X-Git-Tag: 4.9.0-rc1~1104 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=98c2e71c0a213bb3cdf837f7e39df2e0b9a0f12b;p=xen.git Kconfig: add BROKEN config Used to hide feature that is completely broken. Signed-off-by: Wei Liu Reviewed-by: Jan Beulich --- diff --git a/xen/Kconfig b/xen/Kconfig index 0fe7a1a251..5515fe9e19 100644 --- a/xen/Kconfig +++ b/xen/Kconfig @@ -12,6 +12,9 @@ config ARCH string option env="ARCH" +config BROKEN + bool + source "arch/$SRCARCH/Kconfig" config XEN_FULLVERSION