zephyr/tests/bluetooth/controller/ctrl_feature_exchange/Kconfig
Andries Kruithof f0c610ce0d bluetooth: controller: update unittests for improved ZTEST framework
Update the unittests for feature exchange to use the new ZTEST API
Here we only update the feature exchange procedure. The remaining
unittests will be done in a next PR

Mocks, helper routines and the Unit Under Test are splitted out as
a library instead of adding them to the file list

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
2023-01-20 14:35:08 +01:00

27 lines
467 B
Plaintext

# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# some of the control procedures in the BT LL depend on
# the following configs been set
config SOC_COMPATIBLE_NRF
default y
config BT_CTLR_PHY_UPDATE_SUPPORT
default y
config BT_CTLR_PHY_CODED_SUPPORT
default y
config BT_CTLR_PHY_2M_SUPPORT
default y
config ENTROPY_NRF_FORCE_ALT
default n
config ENTROPY_NRF5_RNG
default n
# Include Zephyr's Kconfig
source "Kconfig"