projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4b267
)
Kconfig: add BROKEN config
author
Wei Liu
<wei.liu2@citrix.com>
Thu, 29 Sep 2016 17:40:52 +0000
(18:40 +0100)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/Kconfig
b/xen/Kconfig
index 0fe7a1a251e9570dc31b93add25984476d601a99..5515fe9e1916afb299cb372db17620264580ed19 100644
(file)
--- 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