Bluetooth: Controller: Document the purpose of BT_CTLR_DF_SUPPORT
I believe it will now be easier to understand how to use it. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
1520820bff
commit
e51999e661
|
@ -3,6 +3,9 @@
|
|||
# Copyright (c) 2020 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# BT_CTLR_DF_SUPPORT is a wrapper for all DF features.
|
||||
# If only certain DF features are supported, those should be selected
|
||||
# individually.
|
||||
config BT_CTLR_DF_SUPPORT
|
||||
bool
|
||||
depends on !BT_CTLR_TIFS_HW
|
||||
|
|
Loading…
Reference in a new issue