microblaze: Add mm/Kconfig to advance menu
mm/Kconfig is getting too big to be in root menu. Move it to submenu. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
de295cf0db
commit
7acdc1cf76
1 changed files with 2 additions and 2 deletions
|
@ -248,10 +248,10 @@ config MICROBLAZE_64K_PAGES
|
|||
|
||||
endchoice
|
||||
|
||||
endmenu
|
||||
|
||||
source "mm/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Executable file formats"
|
||||
|
||||
source "fs/Kconfig.binfmt"
|
||||
|
|
Loading…
Reference in a new issue