From: Tom Rini Date: Fri, 14 Nov 2014 08:34:29 +0000 (+0100) Subject: Kconfig: Add EXPERT option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1bf0979f5ff4c297149a705d129ab8db4bec7763;p=project%2Fbcm63xx%2Fu-boot.git Kconfig: Add EXPERT option 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: Masahiro Yamada Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/Kconfig b/Kconfig index f34f341dd7..405b7a62e0 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