Skip to content

Commit c927c3b

Browse files
committed
[sensor_v1]adapt TMP1075
1 parent 35a766b commit c927c3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

peripherals/sensors/tmp1075/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ menuconfig PKG_USING_TMP1075
66

77
if PKG_USING_TMP1075
88

9+
config PKG_TMP1075_USING_SENSOR_V1
10+
bool "Enable sensor_v1 divce framework"
11+
select RT_USING_SENSOR
12+
default y
13+
914
config PKG_TMP1075_PATH
1015
string
1116
default "/packages/peripherals/sensors/tmp1075"

0 commit comments

Comments
 (0)