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:
Mariusz Skamra 2018-06-27 08:54:54 +02:00 committed by Johan Hedberg
commit 8a50160198

View file

@ -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