Skip to content

Commit 7d3d01e

Browse files
committed
[sensor_v1] adapt tsl4531
1 parent 35a766b commit 7d3d01e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

peripherals/sensors/tsl4531/Kconfig

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

77
if PKG_USING_TSL4531
88

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

0 commit comments

Comments
 (0)