Skip to content

Commit

Permalink
fixup! driver/vl53l1x: add Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Sep 10, 2023
1 parent e2abaf0 commit 4682545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver_vl53l1x_st_api/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ config PACKAGE_DRIVER_VL53L1X_ST_API

config MODULE_DRIVER_VL53L1X_ST_API_PLATFORM
bool
select MODULE_ZTIMER_USEC
select ZTIMER_USEC
help
Platform implementation for the ST VL53L1X Driver API package
1 change: 1 addition & 0 deletions tests/driver_vl53l1x/app.config.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_VL53L1X=y
CONFIG_MODULE_ZTIMER_MSEC=y

0 comments on commit 4682545

Please sign in to comment.