Skip to content

Commit a9020af

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
soc: qcom: rmtfs: allow building the module with COMPILE_TEST=y
Make it possible to build the module when COMPILE_TEST is enabled for better build coverage. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 95fee30 commit a9020af

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
@@ -139,7 +139,7 @@ config QCOM_RAMP_CTRL
139139

140140
config QCOM_RMTFS_MEM
141141
tristate "Qualcomm Remote Filesystem memory driver"
142-
depends on ARCH_QCOM
142+
depends on ARCH_QCOM || COMPILE_TEST
143143
select QCOM_SCM
144144
help
145145
The Qualcomm remote filesystem memory driver is used for allocating

0 commit comments

Comments
 (0)