]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
thermal/drivers/qcom: Make LMH select QCOM_SCM
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Mon, 28 Jul 2025 12:18:23 +0000 (15:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2025 09:56:29 +0000 (11:56 +0200)
commitf9d75abce9540bf20c86e2066200d2df38925416
treeedfea600941947f180d23f204b753e80cace53a4
parent61af67e0a252486b0454e12ab95c69d6cbc656fb
thermal/drivers/qcom: Make LMH select QCOM_SCM

[ Upstream commit 57eda47bd14b0c2876f2db42e757c57b7a671965 ]

The QCOM_SCM symbol is not user-visible, so it makes little sense to
depend on it. Make LMH driver select QCOM_SCM as all other drivers do
and, as the dependecy is now correctly handled, enable || COMPILE_TEST
in order to include the driver into broader set of build tests.

Fixes: 9e5a4fb84230 ("thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20250728-lmh-scm-v2-1-33bc58388ca5@oss.qualcomm.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/thermal/qcom/Kconfig