commit | 7acdc1cf764bab66d529ff6d0c5caf25cae202de | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Sep 01 16:23:14 2014 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Sep 09 13:14:46 2014 +0200 |
tree | 0a30dedb06797e0f4fe813a20f484a3549d3665d | |
parent | de295cf0dbed54d732a23dd0f048c89538d80222 [diff] |
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>
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 40e1c1d..beb9c3f 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig
@@ -248,10 +248,10 @@ endchoice -endmenu - source "mm/Kconfig" +endmenu + menu "Executable file formats" source "fs/Kconfig.binfmt"