1# Copyright 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6config TX_ENABLED
7	bool "TX enabled"
8	default y
9	help
10	  Enable TX
11
12config RX_ENABLED
13	bool "RX enabled"
14	default y
15	help
16	  Enable RX
17