OSDN Git Service

remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMD
authorStephen Boyd <swboyd@chromium.org>
Mon, 23 Aug 2021 23:51:20 +0000 (16:51 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 13 Sep 2021 15:24:05 +0000 (10:24 -0500)
commitfc1b6b6439588329ca3de77ca0c68c1b5bc3c7d0
treed5ae093b7a4368a79ff5bbf32b1d7eb1253d2551
parentd4d47ba71df51ad737bc129e12ce40739fcd93d6
remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMD

There doesn't seem to be any actual build time dependency on the
RPMSG_QCOM_SMD, besides that these drivers should be a module if the smd
rpmsg code is a module. Drop the compile test dependency so that these
drivers can be used without RPMSG_QCOM_SMD being enabled. This is useful
for the qcom SoCs that are using RPMSG_QCOM_GLINK_SMEM instead of
RPMSG_QCOM_SMD and thus don't want to enable the SMD driver when it is
never used.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20210823235120.1203512-2-swboyd@chromium.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/Kconfig