1# Copyright 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4# This file adds prompts to allow setting the symbols in a
5# configuration file (e.g. 'prj.conf'), as needed for some of
6# the test variants.
7
8config BT_HCI_TX_PRIO
9	prompt ""
10
11config BT_RX_PRIO
12	prompt ""
13
14source "Kconfig.zephyr"
15