1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6mainmenu "Bluetooth: ISO Broadcast"
7
8config ISO_PRINT_INTERVAL
9	int "Interval between each packet report"
10	range 1 360000
11	default 1
12	help
13	  Only print the packet report once in a given interval of ISO packets.
14