Re: [PATCH] kconfig: remove SYMBOL_CHOICE flag

From: Nicolas Schier
Date: Wed Apr 24 2024 - 08:10:32 EST


On Tue, Apr 23, 2024 at 01:10:54AM +0900, Masahiro Yamada wrote:
> All symbols except choices have a name.
>
> Previously, choices were allowed to have a name, but commit c83f020973bc
> ("kconfig: remove named choice support") eliminated that possibility.
>
> Now, it is easy to distinguish choices from normal symbols; if the name
> is NULL, it is a choice.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> ---

Thanks, looks good to me.

Reviewed-by: Nicolas Schier <n.schier@xxxxxx>