--- zzzz-none-000/linux-4.9.276/drivers/pinctrl/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/pinctrl/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -280,9 +280,28 @@ depends on SOC_TYPE_XWAY depends on PINCTRL_LANTIQ +config PINCTRL_SYSFS + bool "/sys/class/pinctrl/... (sysfs interface)" + depends on SYSFS && PINCTRL_XRX500 + default n + help + Say Y here to add a sysfs interface for pinctrl for Lantiq SoCs. + config PINCTRL_TB10X bool depends on OF && ARC_PLAT_TB10X select GPIOLIB +config PINCTRL_EQUILIBRIUM + tristate "Intel xrx500/prx300 pinctrl and GPIO driver" + select PINMUX + select PINCONF + select GPIOLIB + select GPIOLIB_IRQCHIP + help + Equilibrium pinctrl driver provides an interface that + allows configuring of SoC pins and using them as GPIOs. + Pinmux and pinconf settings all must be written in device + tree. + endmenu