Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kconfig, add PKG_MLX90382_USING_SENSOR_V1 configuration #1850

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions peripherals/sensors/mlx90382/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ menuconfig PKG_USING_MLX90382

if PKG_USING_MLX90382

config PKG_MLX90382_USING_SENSOR_V1
bool "Enable sensor divce framework"
select RT_USING_SENSOR
default n

config PKG_MLX90382_PATH
string
default "/packages/peripherals/sensors/mlx90382"
Expand All @@ -28,5 +33,9 @@ if PKG_USING_MLX90382
default "v1.0.0" if PKG_USING_MLX90382_V100
default "latest" if PKG_USING_MLX90382_LATEST_VERSION

config PKG_USING_MLX90382_SAMPLE
bool "Enable mlx90382 sample"
default n

endif