Skip to content

Commit 90c205f

Browse files
cvinayakaescolar
authored andcommitted
Bluetooth: controller: Enable Zephyr VS HCI in ULL/LLL impl.
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 <[email protected]>
1 parent 06ddc2b commit 90c205f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ endchoice
4242
config BT_LLL_VENDOR_NORDIC
4343
bool "Use Nordic LLL"
4444
depends on BT_LL_SW_SPLIT && SOC_COMPATIBLE_NRF
45+
select BT_HAS_HCI_VS
4546
select ENTROPY_NRF5_RNG
4647
select ENTROPY_NRF5_BIAS_CORRECTION
4748
default y

0 commit comments

Comments
 (0)