Re: [PATCH 52/66] kconfig: gconf: remove fixup_rootmenu()
From: Masahiro Yamada
Date: Fri Jun 27 2025 - 08:47:40 EST
On Wed, Jun 25, 2025 at 12:09 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> The MENU_ROOT flag is a hack used for SPLIT_VIEW mode. Top-level symbols
> have no parent menu, so they are displayed directly in the left pane.
>
> Show the rootmenu, allowing top-level symbols to have a proper parent
> menu and be displayed consistently in the right pane.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> ---
I will drop this.
This does not work when a menu is created under a non-menu entry.
e.g.)
config A
bool "A"
if A
menu "menu"
config B
bool "B"
endmenu
endif
--
Best Regards
Masahiro Yamada