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:
Torsten Rasmussen 2021-10-15 14:14:16 +02:00 committed by Carles Cufí
commit 9a2be89557
10 changed files with 27 additions and 2 deletions

View file

@ -25,6 +25,7 @@ config BT_H5
bool "H:5 UART [EXPERIMENTAL]"
select UART_INTERRUPT_DRIVEN
select BT_UART
select EXPERIMENTAL
depends on SERIAL
help
Bluetooth three-wire (H:5) UART driver. Implementation of HCI