mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 13:13:31 +08:00
f1832fea24
整理 components/drivers 的 Kconfig
16 lines
363 B
Plaintext
16 lines
363 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 PKG_USING_RT_VSNPRINTF_FULL if RT_USING_SENSOR_V2
|
|
default y
|
|
endif
|