Re: [PATCH] pinctrl: fix PINCTRL_SPPCTL=m

From: Andrew Gaylard

Date: Wed Sep 16 2026 - 07:03:30 EST


Julian Braha <julianbraha@xxxxxxxxx> writes:

> The PINCTRL_SPPCTL option is defined as a tristate in Kconfig, and the
> help text suggests that the user can build it as a module by setting to
> 'm'.
[...]
> Note that I have only compile-tested this change, since I do not have the
> hardware to runtime-test it. Please advise if it would be better to change
> PINCTRL_SPPCTL to 'bool' and remove the help text suggesting that it can
> be set to 'm'.

Hi Julian,

I've tested this on real hardware, and it fails to boot. I don't think
it makes sense for this to be a module, since most of the devices in
this SoC are pin-mappable and need muxing to be configured before they
can be probed.

Let's rather fix this by making it a bool. I'll send a patch shortly.

--
Andrew