Re: [PATCH] pinctrl: fix PINCTRL_GENERIC_MUX not always being selectable

From: Linus Walleij

Date: Fri Aug 07 2026 - 16:32:22 EST


On Mon, Jul 27, 2026 at 2:20 PM Alvin Šipraga <alvin@xxxxxxx> wrote:

> From: Alvin Šipraga <alvin.sipraga@xxxxxxxxxx>
>
> CONFIG_MULTIPLEXER can only be enabled indirectly. If it's not already
> enabled, then CONFIG_PINCTRL_GENERIC_MUX cannot be selected at all in
> menuconfig. That's because it depends on MULTIPLEXER.
>
> Follow similar consumers of the multiplexer core and select MULTIPLEXER
> instead. This way the driver will be visible in menuconfig as long as
> PINCTRL is selected.
>
> Fixes: 34acc5a8adfb ("pinctrl: add generic board-level pinctrl driver using mux framework")
> Signed-off-by: Alvin Šipraga <alvin.sipraga@xxxxxxxxxx>

Patch applied!

Yours,
Linus Walleij