Files
buzzer_2/firmware/libs/event_mgmt/Kconfig

10 lines
231 B
Plaintext

menuconfig EVENT_MGMT
bool "Event management"
default y
select EVENTS
if EVENT_MGMT
module = EVENT_MGMT
module-str = event_mgmt
source "subsys/logging/Kconfig.template.log_config"
endif # EVENT_MGMT