mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Carles Cufí
parent
d15717a78a
commit
4790f68c84
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user