aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini2014-11-14 02:34:29 -0600
committerAlbert ARIBAUD2014-11-24 02:09:46 -0600
commit1bf0979f5ff4c297149a705d129ab8db4bec7763 (patch)
tree660d026f0aebfc8765abf84b4474e3d00644b2f5 /Kconfig
parent0d485b9095328cdc81b2ee94ff59b988c69b9127 (diff)
downloadu-boot-1bf0979f5ff4c297149a705d129ab8db4bec7763.tar.gz
u-boot-1bf0979f5ff4c297149a705d129ab8db4bec7763.tar.xz
u-boot-1bf0979f5ff4c297149a705d129ab8db4bec7763.zip
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 <trini@ti.com> Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index f34f341dd7..405b7a62e0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -58,6 +58,14 @@ config CC_OPTIMIZE_FOR_SIZE
58 58
59endmenu # General setup 59endmenu # General setup
60 60
61menuconfig EXPERT
62 bool "Configure standard U-Boot features (expert users)"
63 help
64 This option allows certain base U-Boot options and settings
65 to be disabled or tweaked. This is for specialized
66 environments which can tolerate a "non-standard" U-Boot.
67 Only use this if you really know what you are doing.
68
61menu "Boot images" 69menu "Boot images"
62 70
63config SPL_BUILD 71config SPL_BUILD