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

menu "Gazell Link Layer sample: Device"

config GZLL_TX_STATISTICS
	bool "Packet transaction statistics"
	default y
	help
	  Turns on transmission statistics gathering.

endmenu

menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
