diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index f8d45628c3b..2ea713bbd89 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -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.