]> git.ipfire.org Git - people/ms/u-boot.git/commit
Kconfig: add CONFIG_BROKEN
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Oct 2017 21:49:19 +0000 (23:49 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2017 21:28:18 +0000 (17:28 -0400)
commit4c7a211046a3956058b512edd8533f7df031cc4a
tree0f8a47f07286c1f1793b43971430058ed6c0dfa6
parent6af5520fe13d81ccd4ec4f7234a8d7a2426c2bd6
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 <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig