Skip to content

Commit

Permalink
Bluetooth: controller: Enable Zephyr VS HCI in ULL/LLL impl.
Browse files Browse the repository at this point in the history
Enable the support for Zephyr HCI Vendor-Specific Commands
and Event in the ULL/LLL split architecture implementation
of the controller.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
  • Loading branch information
cvinayak authored and aescolar committed May 6, 2019
1 parent 06ddc2b commit 90c205f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/controller/Kconfig
Expand Up @@ -42,6 +42,7 @@ endchoice
config BT_LLL_VENDOR_NORDIC
bool "Use Nordic LLL"
depends on BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF
select BT_HAS_HCI_VS
select ENTROPY_NRF5_RNG
select ENTROPY_NRF5_BIAS_CORRECTION
default y
Expand Down

0 comments on commit 90c205f

Please sign in to comment.