[PATCH] arm64: qcom: Select PM and PM_GENERIC_DOMAINS

From: Bjorn Andersson
Date: Fri Jan 19 2024 - 12:24:57 EST


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@xxxxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 2 ++
1 file changed, 2 insertions(+)

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.


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

Best regards,
--
Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>