Skip to content

Commit

Permalink
bluetooth: kconfig: Remove deprecated config
Browse files Browse the repository at this point in the history
Remove deprecated Kconfig BT_MESH_PROV_DEVICE

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
  • Loading branch information
mmahadevan108 authored and dkalowsk committed Nov 14, 2024
1 parent 7498329 commit d9bfdaf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions subsys/bluetooth/mesh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,6 @@ config BT_MESH_PB_GATT_CLIENT

endif # BT_CONN

config BT_MESH_PROV_DEVICE
bool "[DEPRECATED] Provisioning device role support"
select DEPRECATED
select BT_MESH_PROVISIONEE
help
Enable this option to allow the device to be provisioned into a mesh network.
The option is marked as deprecated and will be replaced by BT_MESH_PROVISIONEE
option.

config BT_MESH_PROVISIONEE
bool "Provisionee role support"
depends on BT_MESH_PB_ADV || BT_MESH_PB_GATT
Expand Down

0 comments on commit d9bfdaf

Please sign in to comment.