GPIO Pin control for Intel SoC

It would be nice to have Soc GPIO enabled in the stable releases of OpenWRT
in Kernel config.5.x as many of the motherboards with this processor have the GPIO accessible via a pin header or has LED attached already.

CONFIG_PINCTRL=y
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_BROXTON=y
CONFIG_PINCTRL_CANNONLAKE=y
CONFIG_PINCTRL_CHERRYVIEW=y
CONFIG_PINCTRL_DENVERTON=y
CONFIG_PINCTRL_EMMITSBURG=y
CONFIG_PINCTRL_GEMINILAKE=y
CONFIG_PINCTRL_JASPERLAKE=y
CONFIG_PINCTRL_LEWISBURG=y
CONFIG_PINCTRL_LYNXPOINT=y
CONFIG_PINCTRL_SUNRISEPOINT=y
CONFIG_PINCTRL_TIGERLAKE=y

1 Like

I think a PR for that against the relevant x86 (x86_64?) targets would be a better fit?

I haven't got the knowledge to commit a pull request.

Detailed instructions on the wiki: