This is an automated email from the ASF dual-hosted git repository.
linguini1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 39ebdb29532 arch/arm/src/stm32: STM32_DTS depends on SENSORS
39ebdb29532 is described below
commit 39ebdb29532e155964c92658915b33bfbf026e08
Author: raiden00pl <[email protected]>
AuthorDate: Tue Jun 16 14:21:58 2026 +0200
arch/arm/src/stm32: STM32_DTS depends on SENSORS
The H5 DTS driver registers with the sensor framework (sensor_register),
so it requires SENSORS.
Signed-off-by: raiden00pl <[email protected]>
---
arch/arm/src/common/stm32/Kconfig.periph | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/src/common/stm32/Kconfig.periph
b/arch/arm/src/common/stm32/Kconfig.periph
index 5df4ec848c8..b317b4d5680 100644
--- a/arch/arm/src/common/stm32/Kconfig.periph
+++ b/arch/arm/src/common/stm32/Kconfig.periph
@@ -1131,7 +1131,7 @@ config STM32_FMAC
config STM32_DTS
bool "DTS"
- depends on STM32_HAVE_DTS
+ depends on STM32_HAVE_DTS && SENSORS
default n
---help---
Enable support for the on‑die digital temperature sensor (DTS)