Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_example_menuconfig_error_v5.3' into 'release…
Browse files Browse the repository at this point in the history
…/v5.3'

fix(nimble): Update menuconfig option to consider 5.0 support (v5.3)

See merge request espressif/esp-idf!32035
  • Loading branch information
rahult-github committed Jul 25, 2024
2 parents ab6203d + f6974ab commit 14135f9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
menu "Example Configuration"
config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
2 changes: 1 addition & 1 deletion examples/bluetooth/nimble/blecent/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
2 changes: 1 addition & 1 deletion examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ menu "Example Configuration"

config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
depends on SOC_BLE_50_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
Expand Down

0 comments on commit 14135f9

Please sign in to comment.