Re: [U-Boot] [PATCH 1/1] Kconfig: add CONFIG_BROKEN

2017-10-22 Thread Simon Glass
On 19 October 2017 at 23:49, Heinrich Schuchardt wrote: > 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 >

[U-Boot] [PATCH 1/1] Kconfig: add CONFIG_BROKEN

2017-10-19 Thread Heinrich Schuchardt
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 --- Kconfig | 6