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 <Marek.Pieta@nordicsemi.no>
This commit is contained in:
Marek Pieta 2020-01-21 07:23:53 -08:00 committed by Alberto Escolar
commit e2905c09cb

View file

@ -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