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:
parent
a67ca8f202
commit
e2905c09cb
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ config BT_CTLR_PRIVACY
|
||||||
bool "LE Controller-based Privacy"
|
bool "LE Controller-based Privacy"
|
||||||
depends on BT_CTLR_PRIVACY_SUPPORT
|
depends on BT_CTLR_PRIVACY_SUPPORT
|
||||||
default y
|
default y
|
||||||
select BT_CTLR_FILTER
|
select BT_CTLR_FILTER if (BT_LL_SW_SPLIT || BT_LL_SW_LEGACY)
|
||||||
select BT_RPA
|
select BT_RPA
|
||||||
help
|
help
|
||||||
Enable support for Bluetooth v4.2 LE Controller-based Privacy feature
|
Enable support for Bluetooth v4.2 LE Controller-based Privacy feature
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue