From cf96a0bdaaef306348500ec69ef3eb0e5270400f Mon Sep 17 00:00:00 2001 From: Alex Porosanu Date: Tue, 10 Dec 2019 10:42:09 +0200 Subject: [PATCH] bluetooth: controller: enable 2Mbps PHY for RV32M1 This patch adds the selection of the necessary CONFIG_* options for allowing the use of the 2Mbps BLE PHY on VEGA platform. Signed-off-by: Alex Porosanu --- subsys/bluetooth/controller/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index bdcef329282..10420270cee 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -149,6 +149,8 @@ config BT_LLL_VENDOR_NORDIC config BT_LLL_VENDOR_OPENISA bool "Use OpenISA LLL" depends on BT_LL_SW_SPLIT && SOC_OPENISA_RV32M1_RISCV32 + select BT_CTLR_PHY_UPDATE_SUPPORT + select BT_CTLR_EXT_REJ_IND_SUPPORT select BT_HAS_HCI_VS select BT_CTLR_LE_ENC_SUPPORT if !BT_CTLR_DATA_LENGTH_CLEAR default y