1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4# some of the control procedures in the BT LL depend on 5# the following configs been set 6 7config SOC_COMPATIBLE_NRF 8 default y 9 10config BT_CTLR_DATA_LEN_UPDATE_SUPPORT 11 default y 12 13config BT_CTLR_PHY_UPDATE_SUPPORT 14 default y 15 16config BT_CTLR_PHY_CODED_SUPPORT 17 default y 18 19config BT_CTLR_PHY_2M_SUPPORT 20 default y 21 22config ENTROPY_NRF_FORCE_ALT 23 default n 24 25config ENTROPY_NRF5_RNG 26 default n 27 28# Include Zephyr's Kconfig 29source "Kconfig" 30