bluetooth: controller: enable Coded PHY support for nRF52811
Nordic nRF52811 SoC has a 2.4GHx Radio which supports LE Coded PHY, so we add the option to build a BLE Controller for nRF52811 platforms with LE Coded PHY support. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
c799e953ee
commit
b2809ff769
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ config BT_CTLR_PHY_2M
|
|||
|
||||
config BT_CTLR_PHY_CODED
|
||||
bool "Coded PHY Support"
|
||||
depends on (BT_CTLR_PHY || BT_CTLR_ADV_EXT) && SOC_NRF52840
|
||||
depends on (BT_CTLR_PHY || BT_CTLR_ADV_EXT) && 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