From c56db3fb5ce0ba2f776ad6afb60932e6824488e3 Mon Sep 17 00:00:00 2001 From: cxs <19511928573@163.com> Date: Wed, 23 Oct 2024 22:35:27 +0800 Subject: [PATCH] [sensor_v1]adapt spl0601 --- peripherals/sensors/spl0601/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/peripherals/sensors/spl0601/Kconfig b/peripherals/sensors/spl0601/Kconfig index 05fcdf606f..8a4cace02b 100644 --- a/peripherals/sensors/spl0601/Kconfig +++ b/peripherals/sensors/spl0601/Kconfig @@ -8,6 +8,11 @@ if PKG_USING_SPL0601 string default "/packages/peripherals/sensors/spl0601" + config PKG_SPL0601_USING_SENSOR_V1 + bool "Enable sensor_v1 divce framework" + select RT_USING_SENSOR + default n + config SPL0601_USING_TEMP bool "Enable SPL0601 temperature" default n