Skip to content

Commit

Permalink
[nrf noup] bluetooth: Temporary Kconfig fix for BT RPC configuration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
grochu authored and anangl committed Jan 31, 2025
1 parent b40eeda commit 4c8d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
menuconfig BT_DRIVERS
bool "Bluetooth drivers"
default y
depends on BT
depends on BT && BT_HCI

if BT_DRIVERS

Expand Down

0 comments on commit 4c8d48f

Please sign in to comment.