Skip to content

Commit c221d29

Browse files
grochuanangl
authored andcommitted
[nrf noup] bluetooth: Temporary Kconfig fix for BT RPC configuration
The BT_DRIVERS symbol default value 'y' used to depend on !BT_CTLR but now it is always on when BT is set. For BT_RPC the BT_DRIVERS symbol must not be enabled on the client side as no driver is used. The temporary solution is to set BT_DRIVERS to 'y' by default only when BT_HCI stack selection is enabled. It will be 'n' when BT_RPC_STACK is enabled. The fix should be fine as NCS uses either HCI or RPC stack. Signed-off-by: Michał Grochala <[email protected]>
1 parent 5c47c0a commit c221d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
menuconfig BT_DRIVERS
1313
bool "Bluetooth drivers"
1414
default y
15-
depends on BT
15+
depends on BT && BT_HCI
1616

1717
if BT_DRIVERS
1818

0 commit comments

Comments
 (0)