We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1f8f commit 4104040Copy full SHA for 4104040
peripherals/sensors/ds18b20/Kconfig
@@ -11,6 +11,15 @@ if PKG_USING_DS18B20
11
string
12
default "/packages/peripherals/sensors/ds18b20"
13
14
+ config PKG_DS18B20_USING_SENSOR_V1
15
+ bool "Enable sensor_v1 divce framework"
16
+ select RT_USING_SENSOR
17
+ default n
18
+
19
+ config PKG_DS18B20_USING_SAMPLE_SENSOR_V1
20
+ bool "Enable ds18b20 sample"
21
22
23
choice
24
prompt "Version"
25
default PKG_USING_DS18B20_LATEST_VERSION
@@ -21,10 +30,6 @@ if PKG_USING_DS18B20
30
bool "latest"
31
endchoice
32
- config PKG_USING_DS18B20_SAMPLE
- bool "Enable ds18b20 sample"
26
- default n
27
-
28
33
config PKG_DS18B20_VER
29
34
35
default "latest" if PKG_USING_DS18B20_LATEST_VERSION
0 commit comments