Skip to content

Commit 39a428c

Browse files
jhedbergMaureenHelm
authored andcommitted
Bluetooth: Mesh: Add missing select for POLL
The Bluetooth Mesh code depends on k_poll, so it should have the appropriate select statement in its Kconfig. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent ab37458 commit 39a428c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎subsys/bluetooth/mesh/Kconfig‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
menuconfig BT_MESH
77
bool "Bluetooth Mesh support"
88
depends on BT_OBSERVER && BT_BROADCASTER
9+
select POLL
910
help
1011
This option enables Bluetooth Mesh support. The specific
1112
features that are available may depend on other features

0 commit comments

Comments
 (0)