From e2905c09cb3a973d66b2288c9a6916fdc91dbbcd Mon Sep 17 00:00:00 2001 From: Marek Pieta Date: Tue, 21 Jan 2020 07:23:53 -0800 Subject: [PATCH] Bluetooth: controller: Fix Kconfig dependency Change adds missing Kconfig dependency. The CONFIG_BT_CTLR_FILTER is used only for SW Link Layers. Signed-off-by: Marek Pieta --- subsys/bluetooth/controller/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 713ac907eb5..84678f2f599 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -388,7 +388,7 @@ config BT_CTLR_PRIVACY bool "LE Controller-based Privacy" depends on BT_CTLR_PRIVACY_SUPPORT default y - select BT_CTLR_FILTER + select BT_CTLR_FILTER if (BT_LL_SW_SPLIT || BT_LL_SW_LEGACY) select BT_RPA help Enable support for Bluetooth v4.2 LE Controller-based Privacy feature