mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/event/periodic: model in Kconfig
This commit is contained in:
parent
efeecae3a5
commit
dda5441c6c
@ -18,6 +18,10 @@ menuconfig MODULE_EVENT
|
||||
|
||||
if MODULE_EVENT
|
||||
|
||||
config MODULE_EVENT_PERIODIC
|
||||
bool "Provides functionality to trigger periodic events"
|
||||
depends on MODULE_EVENT_TIMEOUT_ZTIMER
|
||||
|
||||
config MODULE_EVENT_CALLBACK
|
||||
bool "Support for callback-with-argument event type"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user