bluetooth: kconfig: Remove deprecated config
Remove deprecated Kconfig BT_MESH_PROV_DEVICE Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
7498329d59
commit
d9bfdaf996
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue