From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 24 Nov 2014 16:34:34 +0100 Subject: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option In-Reply-To: <1415907462-4053-2-git-send-email-hdegoede@redhat.com> References: <1415907462-4053-1-git-send-email-hdegoede@redhat.com> <1415907462-4053-2-git-send-email-hdegoede@redhat.com> Message-ID: <20141124163434.4c98ea94@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Hans, On Thu, 13 Nov 2014 20:37:40 +0100, Hans de Goede wrote: > From: Tom Rini > > 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 > Acked-by: Hans de Goede > Signed-off-by: Hans de Goede > --- > 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.