Re: [PATCH v4 03/10] soc: qcom: Add QMI TMD support for remote thermal mitigation

From: Julian Braha

Date: Fri Jul 03 2026 - 14:16:50 EST


Hi all,

On 7/3/26 06:03, Gaurav Kohli wrote:
> +config QCOM_QMI_TMD
> + bool "Qualcomm remote subsystem TMD" if COMPILE_TEST
> + depends on ARCH_QCOM
> + select QCOM_QMI_HELPERS
> + help
> + This enables Qualcomm Messaging Interface (QMI) based Thermal Mitigation
> + Device (TMD) support for Qualcomm remote subsystems. It manages
> + TMD messaging and handles QMI communication with remote processors
> + to exchange mitigation state and apply thermal mitigation requests.
> +

QCOM_QMI_TMD can trigger an unmet dependency and build failure due to
selecting QCOM_QMI_HELPERS, without ensuring NET is enabled:

WARNING: unmet direct dependencies detected for QCOM_QMI_HELPERS
Depends on [n]: NET [=n]
Selected by [y]:
- QCOM_QMI_TMD [=y] && ARCH_QCOM [=y]

- Julian Braha