Skip to content

Commit 4790f68

Browse files
tejlmandcarlescufi
authored andcommitted
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 <[email protected]>
1 parent d15717a commit 4790f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/lorawan/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ menuconfig LORAWAN
88
depends on LORA
99
select HAS_SEMTECH_LORAMAC
1010
select HAS_SEMTECH_SOFT_SE
11+
select EXPERIMENTAL
1112
help
1213
This option enables LoRaWAN support.
1314

0 commit comments

Comments
 (0)