Re: [PATCH v3 13/16] pinctrl: Add AXP192 pin control driver

From: Randy Dunlap
Date: Sat Jun 18 2022 - 17:59:45 EST




On 6/18/22 14:40, Aidan MacDonald wrote:
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index f52960d2dfbe..a71e35de333d 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -113,6 +113,20 @@ config PINCTRL_AT91PIO4
> Say Y here to enable the at91 pinctrl/gpio driver for Atmel PIO4
> controller available on sama5d2 SoC.
>
> +config PINCTRL_AXP192
> + tristate "X-Powers AXP192 PMIC pinctrl and GPIO Support"
> + depends on MFD_AXP20X
> + depends on OF
> + select PINMUX
> + select GENERIC_PINCONF
> + select GPIOLIB
> + help
> + AXP PMICs provides multiple GPIOs that can be muxed for different

provide

> + functions. This driver bundles a pinctrl driver to select the function
> + muxing and a GPIO driver to handle the GPIO when the GPIO function is
> + selected.
> + Say Y to enable pinctrl and GPIO support for the AXP192 PMIC.

--
~Randy