Skip to content

Commit 53ed26b

Browse files
modules: Add LoRaMac Stack and drivers
Add LoRaMac module support for building the LoRaWAN stack and LoRa drivers provided by Semtech. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
1 parent 4dac3ab commit 53ed26b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

modules/Kconfig.loramac-node

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#
2+
# Copyright (c) 2019 Manivannan Sadhasivam
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
config HAS_SEMTECH_LORAMAC
8+
bool "Semtech LoRaMac Stack"
9+
help
10+
This option enables the use of Semtech's LoRaMac stack
11+
12+
config HAS_SEMTECH_RADIO_DRIVERS
13+
bool "Semtech LoRa Radio Drivers"
14+
help
15+
This option enables the use of Semtech's Radio drivers
16+
17+
if HAS_SEMTECH_RADIO_DRIVERS
18+
19+
config HAS_SEMTECH_SX1276
20+
bool
21+
endif

0 commit comments

Comments
 (0)