From 607a4efccf6aed4c723e82466bd3c2c56b4f0f0d Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Thu, 23 Jan 2025 17:16:46 +0530 Subject: [PATCH] fix(nimble): Fixed encrypted advertisement menu option dependancy --- components/bt/host/nimble/Kconfig.in | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index b67d5b9c6e..8e9f3b5679 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -778,7 +778,6 @@ config BT_NIMBLE_GATTC_PROC_PREEMPTION_PROTECT config BT_NIMBLE_ENC_ADV_DATA bool "Encrypted Advertising Data" - depends on BT_NIMBLE_50_FEATURE_SUPPORT help This option is used to enable encrypted advertising data.