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 <alexandru.porosanu@nxp.com>
This commit is contained in:
Alex Porosanu 2019-12-10 10:42:09 +02:00 committed by Johan Hedberg
commit cf96a0bdaa

View file

@ -149,6 +149,8 @@ config BT_LLL_VENDOR_NORDIC
config BT_LLL_VENDOR_OPENISA config BT_LLL_VENDOR_OPENISA
bool "Use OpenISA LLL" bool "Use OpenISA LLL"
depends on BT_LL_SW_SPLIT && SOC_OPENISA_RV32M1_RISCV32 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_HAS_HCI_VS
select BT_CTLR_LE_ENC_SUPPORT if !BT_CTLR_DATA_LENGTH_CLEAR select BT_CTLR_LE_ENC_SUPPORT if !BT_CTLR_DATA_LENGTH_CLEAR
default y default y