From 840637f9dbbc7420bceb956bcb8bf4ab37b1a74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20G=C5=82=C4=85bek?= Date: Wed, 8 Jan 2025 13:18:43 +0100 Subject: [PATCH] bluetooth: rpc: Remove dependency on BT_DRIVERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 43c4519374dee15be55b53ed0e651a3812cba2ac. Signed-off-by: Andrzej Głąbek --- subsys/bluetooth/rpc/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/subsys/bluetooth/rpc/Kconfig b/subsys/bluetooth/rpc/Kconfig index f7272d0869fe..df0db70a78b5 100644 --- a/subsys/bluetooth/rpc/Kconfig +++ b/subsys/bluetooth/rpc/Kconfig @@ -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