bluetooth: controller: Fix incorrect dependency of Coded PHY
In Core v5.2, Vol 6, Part B, Section 4.6.9 it is stated that it is mandatory to support the PHY procedure if any PHY other than 1M is supported. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
213c8e9d53
commit
9c28569901
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ config BT_CTLR_PHY_2M
|
|||
|
||||
config BT_CTLR_PHY_CODED
|
||||
bool "Coded PHY Support"
|
||||
depends on (BT_CTLR_PHY || BT_CTLR_ADV_EXT) && HAS_HW_NRF_RADIO_BLE_CODED
|
||||
depends on BT_CTLR_PHY && HAS_HW_NRF_RADIO_BLE_CODED
|
||||
default y
|
||||
help
|
||||
Enable support for Bluetooth 5.0 Coded PHY in the Controller.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue