kconfig: lorawan: experimental settings now uses select EXPERIMENTAL

With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in
Zephyr all subsys/lorawan 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:34:18 +02:00 committed by Carles Cufí
commit 4790f68c84

View file

@ -8,6 +8,7 @@ menuconfig LORAWAN
depends on LORA
select HAS_SEMTECH_LORAMAC
select HAS_SEMTECH_SOFT_SE
select EXPERIMENTAL
help
This option enables LoRaWAN support.