From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option
Date: Mon, 24 Nov 2014 16:34:34 +0100 [thread overview]
Message-ID: <20141124163434.4c98ea94@lilith> (raw)
In-Reply-To: <1415907462-4053-2-git-send-email-hdegoede@redhat.com>
Hello Hans,
On Thu, 13 Nov 2014 20:37:40 +0100, Hans de Goede <hdegoede@redhat.com> wrote:
> From: Tom Rini <trini@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@ti.com>
> Acked-by: Hans de Goede <hdegoede@redhat.com>
> Signed-off-by: Hans de Goede <hdegoede@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
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2014-11-24 15:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 19:37 [U-Boot] [PATCH v2 0/3] ARM: Add armv7/Kconfig and allow booting in secure mode on non-secure boot capable systems Hans de Goede
2014-11-13 19:37 ` [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option Hans de Goede
2014-11-14 1:23 ` Masahiro Yamada
2014-11-14 7:08 ` Albert ARIBAUD
2014-11-14 7:15 ` Masahiro Yamada
2014-11-14 8:21 ` Albert ARIBAUD
2014-11-24 15:34 ` Albert ARIBAUD [this message]
2014-11-13 19:37 ` [U-Boot] [PATCH v2 2/3] ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options Hans de Goede
2014-11-14 7:29 ` Albert ARIBAUD
2014-11-14 8:36 ` Hans de Goede
2014-11-24 15:34 ` Albert ARIBAUD
2014-11-13 19:37 ` [U-Boot] [PATCH v2 3/3] ARM: bootm: Allow booting in secure mode on hyp capable systems Hans de Goede
2014-11-14 7:33 ` Albert ARIBAUD
2014-11-14 8:19 ` Hans de Goede
2014-11-24 15:34 ` Albert ARIBAUD
2014-11-14 7:18 ` [U-Boot] [PATCH v2 0/3] ARM: Add armv7/Kconfig and allow booting in secure mode on non-secure boot " Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141124163434.4c98ea94@lilith \
--to=albert.u.boot@aribaud.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.