[U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Nov 14 02:23:45 CET 2014


This is identical to
http://patchwork.ozlabs.org/patch/399458/
posted by Tom Rini a month ago.
Why is it taking so long for this patch?

I prefer describing the patch dependency in the cover letter
to resending the same patch.




On Thu, 13 Nov 2014 20:37:40 +0100
Hans de Goede <hdegoede at redhat.com> wrote:

> From: Tom Rini <trini at ti.com>
> 
> For similar reasons to why the Linux Kernel has an EXPERT option, we too
> want an option to allow for tweaking of some options that while normally
> should remain hidden, may need to be changed in some cases.
> 
> Signed-off-by: Tom Rini <trini at ti.com>
> Acked-by: Hans de Goede <hdegoede at redhat.com>
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
>  Kconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/Kconfig b/Kconfig
> index f34f341..405b7a6 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE
>  
>  endmenu		# General setup
>  
> +menuconfig EXPERT
> +        bool "Configure standard U-Boot features (expert users)"
> +        help
> +          This option allows certain base U-Boot options and settings
> +          to be disabled or tweaked. This is for specialized
> +          environments which can tolerate a "non-standard" U-Boot.
> +          Only use this if you really know what you are doing.
> +
>  menu "Boot images"
>  
>  config SPL_BUILD
> -- 
> 2.1.0
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot




More information about the U-Boot mailing list