From 17f9445f73223e6da000d34fa9a4781cfd20f9db Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Sun, 15 Sep 2024 16:37:21 +0800 Subject: [PATCH] [sensor_v1]max6675 pkg adapt sensor_v1 --- peripherals/sensors/max6675/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/peripherals/sensors/max6675/Kconfig b/peripherals/sensors/max6675/Kconfig index 50e003f7bf..c35101eac7 100644 --- a/peripherals/sensors/max6675/Kconfig +++ b/peripherals/sensors/max6675/Kconfig @@ -6,6 +6,11 @@ menuconfig PKG_USING_MAX6675 if PKG_USING_MAX6675 + config PKG_MAX6675_USING_SENSOR_V1 + bool "Enable sensor_v1 divce framework" + select RT_USING_SENSOR + default n + config PKG_MAX6675_PATH string default "/packages/peripherals/sensors/max6675"