kconfig: drivers: experimental settings now uses select EXPERIMENTAL

With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in
Zephyr all drivers 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:28:18 +02:00 committed by Carles Cufí
commit bd61122aa2
7 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,7 @@ menuconfig LORA
bool "LoRa support [EXPERIMENTAL]"
select REQUIRES_FULL_LIBC
select POLL
select EXPERIMENTAL
help
Include LoRa drivers in the system configuration.