summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-11-28 07:47:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-28 15:21:27 +0100
commitffc25a119565d1a8588da6a27b4f6627ea5022ae (patch)
treeb52878b420d4a1026ef2db450becfe119cb89959 /common
parent20be4b187d020ff8743ae7e8e51c837353e53111 (diff)
downloadbarebox-ffc25a119565d1a8588da6a27b4f6627ea5022ae.tar.gz
barebox-ffc25a119565d1a8588da6a27b4f6627ea5022ae.tar.xz
Kconfig: make BROKEN invisible
BROKEN is a developer option to keep things in the tree we know are broken. Make this option invisible so that randconfig builds do not enable it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 21298c267a..a5fa46b356 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -248,7 +248,6 @@ endmenu
config BROKEN
bool
- prompt "Prompt for broken or incomplete code"
config EXPERIMENTAL
bool