Skip to content

Commit d8a80bb

Browse files
authored
Update Kconfig, add PKG_MLX90382_USING_SENSOR_V1 configuration (#1850)
add PKG_MLX90382_USING_SENSOR_V1 configuration
1 parent c6d900b commit d8a80bb

File tree

1 file changed

+9
-0
lines changed
  • peripherals/sensors/mlx90382

1 file changed

+9
-0
lines changed

peripherals/sensors/mlx90382/Kconfig

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

77
if PKG_USING_MLX90382
88

9+
config PKG_MLX90382_USING_SENSOR_V1
10+
bool "Enable sensor divce framework"
11+
select RT_USING_SENSOR
12+
default n
13+
914
config PKG_MLX90382_PATH
1015
string
1116
default "/packages/peripherals/sensors/mlx90382"
@@ -28,5 +33,9 @@ if PKG_USING_MLX90382
2833
default "v1.0.0" if PKG_USING_MLX90382_V100
2934
default "latest" if PKG_USING_MLX90382_LATEST_VERSION
3035

36+
config PKG_USING_MLX90382_SAMPLE
37+
bool "Enable mlx90382 sample"
38+
default n
39+
3140
endif
3241

0 commit comments

Comments
 (0)