4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:00:25 +08:00

16 lines
369 B
Plaintext

config RT_USING_SENSOR
bool "Using Sensor device drivers"
select RT_USING_PIN
default n
if RT_USING_SENSOR
config RT_USING_SENSOR_V2
bool "Enable Sensor Framework v2"
default n
config RT_USING_SENSOR_CMD
bool "Using Sensor cmd"
select RT_KLIBC_USING_VSNPRINTF_STANDARD if RT_USING_SENSOR_V2
default y
endif