Skip to content

Commit 681b091

Browse files
Lina Iyerandersson
authored andcommitted
soc: qcom: rpmh: Allow RPMH on ARM SoC
Remove config restriction for RPMH on ARM64 platforms only. Signed-off-by: Lina Iyer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1a53ce9 commit 681b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ config QCOM_RMTFS_MEM
8989

9090
config QCOM_RPMH
9191
bool "Qualcomm RPM-Hardened (RPMH) Communication"
92-
depends on ARCH_QCOM && ARM64 || COMPILE_TEST
92+
depends on ARCH_QCOM || COMPILE_TEST
9393
help
9494
Support for communication with the hardened-RPM blocks in
9595
Qualcomm Technologies Inc (QTI) SoCs. RPMH communication uses an

0 commit comments

Comments
 (0)