Skip to content
Snippets Groups Projects
Commit 1bf0979f authored by Tom Rini's avatar Tom Rini Committed by Albert ARIBAUD
Browse files

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: default avatarTom Rini <trini@ti.com>
Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 0d485b90
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE ...@@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE
endmenu # General setup 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" menu "Boot images"
config SPL_BUILD config SPL_BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment