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

2024-05-02 Thread Maxime Ripard
On Fri, 26 Apr 2024 22:56:02 +0900, Masahiro Yamada wrote: > When you create a submenu using the 'menu' syntax, there is no > ambiguity about its end because the code between 'menu' and 'endmenu' > becomes the submenu. > > In contrast, 'menuconfig' does not have the corresponding end marker. >

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

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