]> xenbits.xensource.com Git - xen.git/commitdiff
Kconfig: add BROKEN config
authorWei Liu <wei.liu2@citrix.com>
Thu, 29 Sep 2016 17:40:52 +0000 (18:40 +0100)
committerWei Liu <wei.liu2@citrix.com>
Sat, 3 Dec 2016 15:55:34 +0000 (15:55 +0000)
Used to hide feature that is completely broken.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/Kconfig

index 0fe7a1a251e9570dc31b93add25984476d601a99..5515fe9e1916afb299cb372db17620264580ed19 100644 (file)
@@ -12,6 +12,9 @@ config ARCH
        string
        option env="ARCH"
 
+config BROKEN
+       bool
+
 source "arch/$SRCARCH/Kconfig"
 
 config XEN_FULLVERSION