On 7/3/2026 11:39 PM, Julian Braha wrote:
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]

Thanks for review. Will add depends on NET to fix the unmet dependency.


- Julian Braha


Reply via email to