kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL
With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in Zephyr all subsys/bluetooth and drivers/bluetooth/hci settings having `[EXPERIMENTAL]` in their prompt has has been updated to include `select EXPERIMENTAL` so that developers can enable warnings when experimental features are enabled. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
1c911290e9
commit
9a2be89557
10 changed files with 27 additions and 2 deletions
|
@ -12,6 +12,7 @@ config BT_ISO_UNICAST
|
|||
bool "Bluetooth Isochronous Channel Unicast Support [EXPERIMENTAL]"
|
||||
depends on BT_CONN
|
||||
select BT_ISO
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
This option enables support for Bluetooth Broadcast
|
||||
Isochronous channels.
|
||||
|
@ -34,6 +35,7 @@ config BT_ISO_SYNC_RECEIVER
|
|||
select BT_ISO_BROADCAST
|
||||
select BT_OBSERVER
|
||||
select BT_PER_ADV_SYNC
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
This option enables support for the Bluetooth Isochronous
|
||||
Synchronized Receiver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue