1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4# Workaround for pretending that the controller 5# supports CIS as the host expects the controller 6# to support these features. 7 8config BT_LL_SW_SPLIT 9 select BT_CTLR_SYNC_TRANSFER_RECEIVER_SUPPORT 10 select BT_CTLR_SYNC_TRANSFER_SENDER_SUPPORT 11 12menu "Zephyr Kernel" 13source "Kconfig.zephyr" 14endmenu 15