Audio added to firmware, Website File handling
This commit is contained in:
10
firmware/libs/event_mgmt/Kconfig
Normal file
10
firmware/libs/event_mgmt/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user