Skip to content

Commit

Permalink
fixup! treewide: Kconfig remove ZTIMER64_USEC indirection
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Mar 15, 2022
1 parent eb138e0 commit caf0754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ltc4150/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ config MODULE_LTC4150
depends on TEST_KCONFIG
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_GPIO_IRQ
select MODULE_ZTIMER_USEC
select MODULE_ZTIMER
select MODULE_ZTIMER64_USEC
select MODULE_ZTIMER64
help
Expand Down
2 changes: 2 additions & 0 deletions drivers/pir/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ config MODULE_PIR
select MODULE_PERIPH_GPIO_IRQ
select MODULE_ZTIMER64_USEC
select MODULE_ZTIMER64
select MODULE_ZTIMER_USEC
select MODULE_ZTIMER

config HAVE_PIR
bool
Expand Down
3 changes: 3 additions & 0 deletions tests/ztimer64_msg/app.config.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_ZTIMER=y
CONFIG_MODULE_ZTIMER_USEC=y
CONFIG_MODULE_ZTIMER64=y
CONFIG_MODULE_ZTIMER64_USEC=y

0 comments on commit caf0754

Please sign in to comment.