1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4# The link layer requires a corresponding device tree node to be enabled
5# The corresponding Kconfig entry is not generated for unit tests,
6# so we add it here.
7config DT_HAS_ZEPHYR_BT_HCI_LL_SW_SPLIT_ENABLED
8	bool
9	default y
10