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 <dmitry.baryshkov@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20241202094903.18388-1-brgl@bgdev.pl Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 95fee30 commit a9020af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)