Skip to content

Commit 637082e

Browse files
thedjnKjhedberg
authored andcommitted
lorawan: Imply soft-se instead of selecting it
This allows the software secure enclave to be changed to a different implementation, which currently is not possible Signed-off-by: Jamie McCrae <[email protected]>
1 parent 2705260 commit 637082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/lorawan/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ menuconfig LORAWAN
99
depends on SYSTEM_WORKQUEUE_STACK_SIZE >= 2048
1010
select REQUIRES_FULL_LIBC
1111
select HAS_SEMTECH_LORAMAC
12-
select HAS_SEMTECH_SOFT_SE
12+
imply HAS_SEMTECH_SOFT_SE
1313
select EXPERIMENTAL
1414
help
1515
This option enables LoRaWAN support.

0 commit comments

Comments
 (0)