diff options
author | Joel Stanley <joel@jms.id.au> | 2021-12-22 04:05:54 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-12-22 04:05:59 +0300 |
commit | dd1e40cecc7ca43ce22552e380bbc00b720575f5 (patch) | |
tree | 0c5609f9fa84dfc5e87b8f4288ff4493967cd50d /drivers/pinctrl | |
parent | d3226532acf4ee0c96a27073d951107aa2be27c4 (diff) | |
parent | 57dcae4a8b93271c4e370920ea0dbb94a0215d30 (diff) | |
download | linux-dd1e40cecc7ca43ce22552e380bbc00b720575f5.tar.xz |
Merge tag 'v5.15.10' into dev-5.15
This is the 5.15.10 stable release
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 5ff4207df66e..f1b5176a5085 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -189,6 +189,7 @@ config PINCTRL_QCOM_SPMI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF + select GPIOLIB select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY help @@ -203,6 +204,7 @@ config PINCTRL_QCOM_SSBI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF + select GPIOLIB select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY help |