Re: [PATCH] drm: move DRM-related CONFIG options into DRM submenu

2024-04-23 Thread Jani Nikula
On Tue, 23 Apr 2024, "Arnd Bergmann" wrote: > On Tue, Apr 23, 2024, at 12:24, Masahiro Yamada wrote: >> When you create a submenu using the 'menu' syntax, there is no >> ambiguity about the end of the submenu because the code between >> 'menu' and 'endmenu' becomes the submenu. >> > ... >> >> Sign

Re: [PATCH] drm: move DRM-related CONFIG options into DRM submenu

2024-04-23 Thread Arnd Bergmann
On Tue, Apr 23, 2024, at 12:24, Masahiro Yamada wrote: > When you create a submenu using the 'menu' syntax, there is no > ambiguity about the end of the submenu because the code between > 'menu' and 'endmenu' becomes the submenu. > ... > > Signed-off-by: Masahiro Yamada I think this is a useful c

[PATCH] drm: move DRM-related CONFIG options into DRM submenu

2024-04-23 Thread Masahiro Yamada
When you create a submenu using the 'menu' syntax, there is no ambiguity about the end of the submenu because the code between 'menu' and 'endmenu' becomes the submenu. In contrast, 'menuconfig' does not have the corresponding end marker. Instead, it infers the end of submenu from symbol dependenc