diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-11-17 10:37:37 +0100 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-11-17 10:37:37 +0100 |
| commit | 82e71fe4368699341333e7e0d059ef7df139cf95 (patch) | |
| tree | 2301b1002cc906354e0a7847995a5b830cba4b7d /arch | |
| parent | b6d31cd41814a33c1a22b8c676131820440cc44e (diff) | |
| parent | e511d484cbe44fe48a1b9f621f6a947c72503f9e (diff) | |
Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git into gpio/for-next
Immutable branch between the GPIO, ASoC and regulator trees for v6.19-rc1
Add better support for GPIOs shared by multiple consumers.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 13173795c43d..3dbff0261f0a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -316,6 +316,7 @@ config ARCH_QCOM select GPIOLIB select PINCTRL select HAVE_PWRCTRL if PCI + select HAVE_SHARED_GPIOS help This enables support for the ARMv8 based Qualcomm chipsets. |
