From: Johan Hovold Date: Wed, 2 Apr 2025 13:26:34 +0000 (+0200) Subject: arm64: Kconfig: switch to HAVE_PWRCTRL X-Git-Tag: v6.16-rc1~50^2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46bc169f6f07eca9a7d2346c703ea59bff385e22;p=thirdparty%2Fkernel%2Flinux.git arm64: Kconfig: switch to HAVE_PWRCTRL The HAVE_PWRCTRL symbol has been renamed to reflect the pwrctrl framework name. Switch to the non-deprecated symbol. Signed-off-by: Johan Hovold Signed-off-by: Krzysztof WilczyƄski Signed-off-by: Bjorn Helgaas Acked-by: Bartosz Golaszewski Link: https://patch.msgid.link/20250402132634.18065-5-johan+linaro@kernel.org --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 8b76821f190fc..a541bb029aa4e 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -269,7 +269,7 @@ config ARCH_QCOM bool "Qualcomm Platforms" select GPIOLIB select PINCTRL - select HAVE_PWRCTL if PCI + select HAVE_PWRCTRL if PCI help This enables support for the ARMv8 based Qualcomm chipsets.