commit | 4c7a211046a3956058b512edd8533f7df031cc4a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 19 23:49:19 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 23 17:28:18 2017 -0400 |
tree | 0f8a47f07286c1f1793b43971430058ed6c0dfa6 | |
parent | 6af5520fe13d81ccd4ec4f7234a8d7a2426c2bd6 [diff] |
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>