Skip to content

Commit 840637f

Browse files
committed
bluetooth: rpc: Remove dependency on BT_DRIVERS
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]>
1 parent 1e89ed5 commit 840637f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

subsys/bluetooth/rpc/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ if BT_RPC_CLIENT
7272
config HEAP_MEM_POOL_SIZE
7373
default 4096
7474

75-
config BT_DRIVERS
76-
bool "Bluetooth Drivers"
77-
default n
78-
7975
endif # BT_RPC_CLIENT
8076

8177
if BT_RPC_HOST

0 commit comments

Comments
 (0)