Bluetooth: Mesh: Fix Mesh feature description in Kconfig
Use the correct term for the feature, and reformulate the help text for BT_MESH. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f0346bfac0
commit
9c8ce3d7c4
1 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
#
|
||||
|
||||
menuconfig BT_MESH
|
||||
bool "Smart Mesh support"
|
||||
bool "Bluetooth Mesh support"
|
||||
select TINYCRYPT
|
||||
select TINYCRYPT_AES
|
||||
select TINYCRYPT_AES_CMAC
|
||||
help
|
||||
This option enables Smart Mesh support. The specific features
|
||||
that will be available is dependent on other features that have
|
||||
been enabled in the stack, such as GATT support.
|
||||
This option enables Bluetooth Mesh support. The specific
|
||||
features that are available may depend on other features
|
||||
that have been enabled in the stack, such as GATT support.
|
||||
|
||||
if BT_MESH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue