Skip to content

Commit 46bc169

Browse files
jhovoldbjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent d5fc190 commit 46bc169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ config ARCH_QCOM
269269
bool "Qualcomm Platforms"
270270
select GPIOLIB
271271
select PINCTRL
272-
select HAVE_PWRCTL if PCI
272+
select HAVE_PWRCTRL if PCI
273273
help
274274
This enables support for the ARMv8 based Qualcomm chipsets.
275275

0 commit comments

Comments
 (0)