Skip to content
Merged
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
10 changes: 8 additions & 2 deletions peripherals/sensors/vl53l0x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ if PKG_USING_VL53L0X
string
default "/packages/peripherals/sensors/vl53l0x"

config PKG_USING_VL53L0X_SAMPLE
bool "Enable vl53l0x sample"
config PKG_VL53L0X_USING_SENSOR_V1
bool "Enable sensor_v1 divce framework"
select RT_USING_SENSOR
default n
if PKG_VL53L0X_USING_SENSOR_V1
config PKG_VL53L0X_USING_SENSOR_V1_SAMPLE
bool "Enable vl53l0x sensor_v1 divce framework sample"
default n
endif

choice
prompt "Version"
Expand Down