On Sun, Mar 03, 2024 at 01:00:35PM +0900 Masahiro Yamada wrote: > Commit 5a1aa8a1aff6 ("kconfig: add named choice group") did not provide > enough explanation. A use case was found in another project [1], but > this has never been used in the kernel. > > [1]: https://lore.kernel.org/all/201012150034.01356.yann.morin.1998@xxxxxxxxxxxxxxx/ > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > --- > > Documentation/kbuild/kconfig-language.rst | 6 +----- > scripts/kconfig/parser.y | 10 +++------- > 2 files changed, 4 insertions(+), 12 deletions(-) > Reviewed-by: Nicolas Schier <nicolas@xxxxxxxxx>