Skip to content

Commit e4ab5d7

Browse files
ahalaneyandersson
authored andcommitted
soc: qcom: pd-mapper: Depend on ARCH_QCOM || COMPILE_TEST
The pd-mapper driver doesn't make sense on non Qualcomm systems. Let's follow suit with the rest of the Qualcomm SoC Kconfigs and depend on ARCH_QCOM || COMPILE_TEST to avoid asking users about a config they will not use. Fixes: 1ebcde0 ("soc: qcom: add pd-mapper implementation") Signed-off-by: Andrew Halaney <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 8400291 commit e4ab5d7

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
@@ -77,7 +77,7 @@ config QCOM_PD_MAPPER
7777
select QCOM_QMI_HELPERS
7878
select QCOM_PDR_MSG
7979
select AUXILIARY_BUS
80-
depends on NET && QRTR
80+
depends on NET && QRTR && (ARCH_QCOM || COMPILE_TEST)
8181
default QCOM_RPROC_COMMON
8282
help
8383
The Protection Domain Mapper maps registered services to the domains

0 commit comments

Comments
 (0)