Re: [PATCH v2] kconfig: fix submenu rendering of negative dependencies
Nicolas Schier <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178601984547.3769299.10178477594396432625.b4-review@b4> |
On Sat, 01 Aug 2026 15:52:38 +0100, Julian Braha <[email protected]> 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 <[email protected]> Tested-by: Nicolas Schier <[email protected]> -- Nicolas