#
# Copyright (c) 2021 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menu "Event options"

config ML_APP_EI_DATA_FORWARDER_EVENTS
	bool "Enable EI data forwarder events"

config ML_APP_INIT_LOG_EI_DATA_FORWARDER_EVENTS
	bool "Log EI data forwarder events"
	depends on ML_APP_EI_DATA_FORWARDER_EVENTS
	depends on LOG
	default y

config ML_APP_ML_RESULT_EVENTS
	bool "Enable machine learning result events"

config ML_APP_INIT_LOG_ML_RESULT_EVENTS
	bool "Log machine learning result events"
	depends on ML_APP_ML_RESULT_EVENTS
	depends on LOG
	default y

config ML_APP_MODE_EVENTS
	bool "Enable machine learning mode events"

config ML_APP_INIT_LOG_ML_APP_MODE_EVENTS
	bool "Log machine learning mode events"
	depends on ML_APP_MODE_EVENTS
	depends on LOG
	default y

config ML_APP_SENSOR_SIM_EVENTS
	bool "Enable simulated sensor events"

config ML_APP_INIT_LOG_SENSOR_SIM_EVENTS
	bool "Log simulated sensor events"
	depends on ML_APP_SENSOR_SIM_EVENTS
	depends on LOG
	default y

endmenu
