[Buildroot] [PATCH 76/80 v1] boot/barebox: use 'menuconfig'

Yegor Yefremov yegorslists at googlemail.com
Tue Jan 19 09:20:58 UTC 2016


On Sat, Jan 16, 2016 at 11:38 PM, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:
> barebox has more than 5 options, so use a 'menuconfig' to
> group the options in an sub-menu.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>

> ---
>  boot/barebox/Config.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
> index 39cb5d2..f27afb6 100644
> --- a/boot/barebox/Config.in
> +++ b/boot/barebox/Config.in
> @@ -1,4 +1,4 @@
> -config BR2_TARGET_BAREBOX
> +menuconfig BR2_TARGET_BAREBOX
>         bool "Barebox"
>         help
>           The Barebox bootloader, formerly known as U-Boot v2.
> @@ -6,6 +6,7 @@ config BR2_TARGET_BAREBOX
>           http://www.barebox.org
>
>  if BR2_TARGET_BAREBOX
> +
>  choice
>         prompt "version"
>         help
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



More information about the buildroot mailing list