10 lines
231 B
Plaintext
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 |