mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/periph_common: add peripheral freqm to Kconfig
This commit is contained in:
parent
82f803b7cf
commit
97bde07e0d
@ -139,6 +139,10 @@ config MODULE_PERIPH_RTT
|
||||
depends on HAS_PERIPH_RTT
|
||||
select MODULE_PERIPH_COMMON
|
||||
|
||||
config MODULE_PERIPH_FREQM
|
||||
bool "Frequency Meter driver"
|
||||
depends on HAS_PERIPH_FREQM
|
||||
|
||||
config MODULE_PERIPH_RTT_SET_COUNTER
|
||||
bool "rtc_set_counter() implementation in the RTT peripheral driver"
|
||||
depends on HAS_PERIPH_RTT_SET_COUNTER && MODULE_PERIPH_RTT
|
||||
|
Loading…
Reference in New Issue
Block a user