Skip to content

Commit

Permalink
Kconfig: move EXPERT option under "General setup" menu
Browse files Browse the repository at this point in the history
Make it a sub-menu of "General setup" like Linux Kernel.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
  • Loading branch information
masahir0y authored and trini committed Jan 7, 2015
1 parent 7375f40 commit 40ad4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ config CC_OPTIMIZE_FOR_SIZE

This option is enabled by default for U-Boot.

endmenu # General setup

menuconfig EXPERT
bool "Configure standard U-Boot features (expert users)"
help
Expand All @@ -66,6 +64,8 @@ menuconfig EXPERT
environments which can tolerate a "non-standard" U-Boot.
Only use this if you really know what you are doing.

endmenu # General setup

menu "Boot images"

config SPL_BUILD
Expand Down

0 comments on commit 40ad4c4

Please sign in to comment.