Skip to content

Commit

Permalink
bluetooth: rpc: Remove dependency on BT_DRIVERS
Browse files Browse the repository at this point in the history
This dependency introduced as a fix for cmake warnings doesn't
seem to be needed anymore but it leads to a dependency loop with
BT_CTLR_ADV_EXT_SUPPORT.
This commit basically reverts 43c4519.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl committed Jan 8, 2025
1 parent 1e89ed5 commit 840637f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subsys/bluetooth/rpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ if BT_RPC_CLIENT
config HEAP_MEM_POOL_SIZE
default 4096

config BT_DRIVERS
bool "Bluetooth Drivers"
default n

endif # BT_RPC_CLIENT

if BT_RPC_HOST
Expand Down

0 comments on commit 840637f

Please sign in to comment.