From: Heinrich Schuchardt Date: Thu, 19 Oct 2017 21:49:19 +0000 (+0200) Subject: Kconfig: add CONFIG_BROKEN X-Git-Tag: v2017.11-rc3~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c7a211046a3956058b512edd8533f7df031cc4a;p=u-boot Kconfig: add CONFIG_BROKEN Provide a Kconfig option that we can use as dependency for features that are broken. This allows to easily disable them without removing the code. As no short text is supplied the option will not appear in menuconfig. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/Kconfig b/Kconfig index 227fb17dd9..e57fad4592 100644 --- a/Kconfig +++ b/Kconfig @@ -14,6 +14,12 @@ source "arch/Kconfig" menu "General setup" +config BROKEN + bool + help + This option cannot be enabled. It is used as dependency + for broken and incomplete features. + config LOCALVERSION string "Local version - append to U-Boot release" help