1#
2# Copyright (c) 2024 Hang Fan
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7mainmenu "Bluetooth: Periodic Advertising Sync"
8
9config PER_ADV_NAME
10	string "Target Periodic Advertising Name"
11	default ""
12	help
13	  Name of target advertising for Periodic Advertising Synchronization.
14
15config PER_BLINK_LED0
16	bool "Blink led0"
17	depends on $(dt_alias_enabled,led0)
18	select GPIO
19	default y
20
21source "Kconfig.zephyr"
22