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

if LOG

menu "Event options"

comment "Initially logged events"

config BRIDGE_LOG_MODULE_STATE_EVENT
	bool "Module state event"
	default y

config BRIDGE_LOG_UART_DATA_EVENT
	bool "UART data event"
	default y

config BRIDGE_LOG_CDC_DATA_EVENT
	bool "CDC data event"
	default y

config BRIDGE_LOG_BLE_DATA_EVENT
	bool "BLE data event"
	default y

config BRIDGE_LOG_BLE_CTRL_EVENT
	bool "BLE data event"
	default y

config BRIDGE_LOG_PEER_CONN_EVENT
	bool "Peer connection event"
	default y

config BRIDGE_LOG_FS_EVENT
	bool "File system event"
	default y

config BRIDGE_LOG_POWER_DOWN_EVENT
	bool "Power down event"
	default y

endmenu

endif
