Bluetooth: Mesh: Depend Mesh upon Observer and Broadcaster roles
This adds dependency upon BT_BROADCASTER and BT_OBSERVER roles. Those are necessary to implement Mesh device. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
4e6495c832
commit
8a50160198
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ menuconfig BT_MESH
|
|||
select TINYCRYPT
|
||||
select TINYCRYPT_AES
|
||||
select TINYCRYPT_AES_CMAC
|
||||
depends on BT_OBSERVER && BT_BROADCASTER
|
||||
help
|
||||
This option enables Bluetooth Mesh support. The specific
|
||||
features that are available may depend on other features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue