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:
parent
d15717a78a
commit
4790f68c84
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue