diff mbox series

arm64: qcom: Select PM and PM_GENERIC_DOMAINS

Message ID 20240119-arch-qcom-select-pm-v1-1-584f8c6ae1ce@quicinc.com
State New
Headers show
Series arm64: qcom: Select PM and PM_GENERIC_DOMAINS | expand

Commit Message

Bjorn Andersson Jan. 19, 2024, 5:24 p.m. UTC
Several Qualcomm drivers depends on PM and PM_GENERIC_DOMAINS, but
no-one enables these in a ARCH_QCOM system today. Add this, to allow
such drivers to be enabled in that configuration.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
---
 arch/arm64/Kconfig.platforms | 2 ++
 1 file changed, 2 insertions(+)


---
base-commit: 2863b714f3ad0a9686f2de1b779228ad8c7a8052
change-id: 20240119-arch-qcom-select-pm-e3407c4d47b3

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 24335565bad5..843fbb6bf0cf 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -260,6 +260,8 @@  config ARCH_QCOM
 	bool "Qualcomm Platforms"
 	select GPIOLIB
 	select PINCTRL
+	select PM
+	select PM_GENERIC_DOMAINS
 	help
 	  This enables support for the ARMv8 based Qualcomm chipsets.