mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Kconfig: Create a new 'init options' menu
There are quite a few options at the top level relating to U-Boot init. Move them into their own menu. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
832876a46a
commit
7df39e5b95
1 changed files with 4 additions and 0 deletions
|
@ -433,6 +433,8 @@ endif
|
|||
|
||||
endmenu
|
||||
|
||||
menu "Init options"
|
||||
|
||||
config MISC_INIT_R
|
||||
bool "Execute Misc Init"
|
||||
default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx
|
||||
|
@ -483,6 +485,8 @@ config DISPLAY_BOARDINFO_LATE
|
|||
the relocation phase. The board function checkboard() is called to do
|
||||
this.
|
||||
|
||||
endmenu # Init options
|
||||
|
||||
config BOUNCE_BUFFER
|
||||
bool "Include bounce buffer API"
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue