Re: [PATCH] pinctrl: fix PINCTRL_GENERIC_MUX not always being selectable
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAD++jLn+vgLzGd4W=urzM=zKp94r_X4zfBWF-KtNyQVyqkLuzA@mail.gmail.com> |
On Mon, Jul 27, 2026 at 2:20 PM Alvin Šipraga <[email protected]> wrote: > From: Alvin Šipraga <[email protected]> > > 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 <[email protected]> Patch applied! Yours, Linus Walleij