[U-Boot] [PATCH] fastboot: simplify the Kconfig logic
Simon Glass
sjg at chromium.org
Mon Nov 14 21:44:25 CET 2016
+Tom
On 13 November 2016 at 14:26, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:
> Currently, the fastboot item in menuconfig is a comment followed by a
> boolean option withan empty prompt, followed by a menu:
>
> *** FASTBOOT ***
> [*]
> Fastboot support --->
>
> This is not "nice-looking" at all...
>
> Change the logic to make the boolean option a "menuconfig" rather than a
> mere "config", so that all dependent options gets groupped under a menu.
> The layout is now:
>
> *** FASTBOOT ***
> [*] Fastboot support --->
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> cmd/fastboot/Kconfig | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list