Skip to content

Commit

Permalink
fixup! drivers/periph_timer: add timer_query_freq()
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Aug 31, 2021
1 parent e88232d commit 7c0db04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/periph_common/Kconfig.timer
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ config MODULE_PERIPH_INIT_TIMER_PERIODIC
depends on MODULE_PERIPH_TIMER_PERIODIC
default y if MODULE_PERIPH_INIT

config MODULE_PERIPH_TIMER_QUERY_FREQ
bool "Support for querying supported timer frequencies"
depends on HAS_PERIPH_TIMER_QUERY_FREQ

endif # MODULE_PERIPH_TIMER

endif # TEST_KCONFIG
Expand Down

0 comments on commit 7c0db04

Please sign in to comment.