]> git.baikalelectronics.ru Git - uboot.git/commit
fastboot: simplify the Kconfig logic
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 13 Nov 2016 21:26:13 +0000 (22:26 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2016 19:07:33 +0000 (14:07 -0500)
commitc7e6d5a502b9cff74fdfb29ebce1fbb5226471e9
treecb1ecfce147aa74dd8d5312a2e030ff67e6c5084
parenta56fa86b3b12e9a46607001b78937ac221e4ebea
fastboot: simplify the Kconfig logic

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@free.fr>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
cmd/fastboot/Kconfig