help
Say yes here to enable GPIO support for Broadcom STB (BCM7XXX) SoCs.
+ config GPIO_BY_PINCTRL
+ tristate "GPIO support based on a pure pin control backend"
+ depends on GPIOLIB
+ help
+ Support for generic GPIO handling based on top of pin control.
+ Traditionally, firmware creates a GPIO interface or a pin
+ controller interface and we have a driver to support it. But
+ in SCMI, the pin control interface is generic and we can
+ create a simple GPIO device based on the pin control interface
+ without doing anything custom.
+
+ This driver used to do GPIO over the ARM SCMI protocol.
+
config GPIO_CADENCE
tristate "Cadence GPIO support"
- depends on OF_GPIO
+ depends on OF
select GPIO_GENERIC
select GPIOLIB_IRQCHIP
help