Commit 1bf0979f5ff4c297149a705d129ab8db4bec7763

Authored by Tom Rini
Committed by Albert ARIBAUD
1 parent 0d485b9095

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>

Showing 1 changed file with 8 additions and 0 deletions Side-by-side Diff

... ... @@ -58,6 +58,14 @@
58 58  
59 59 endmenu # General setup
60 60  
  61 +menuconfig 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 +
61 69 menu "Boot images"
62 70  
63 71 config SPL_BUILD