Re: [PATCH v2] kconfig: fix submenu rendering of negative dependencies
From: Nicolas Schier
Date: Thu Aug 06 2026 - 08:48:15 EST
On Sat, 01 Aug 2026 15:52:38 +0100, Julian Braha <julianbraha@xxxxxxxxx> wrote:
> The Kconfig frontend should render options that depend on a
> previous option in the submenu of that previous option. But
> currently, this breaks for negative dependencies. For example,
> option FOO may be rendered in the submenu of option BAR, despite
> FOO actually depending on !BAR.
>
> Let's fix this ironic rendering by modifying Kconfig to explicitly
> check negative dependencies.
>
> [...]
Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>
Tested-by: Nicolas Schier <nsc@xxxxxxxxxx>
--
Nicolas