Skip to content

Commit

Permalink
modules: Add LoRaMac Stack and drivers
Browse files Browse the repository at this point in the history
Add LoRaMac module support for building the LoRaWAN stack and LoRa
drivers provided by Semtech.

Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
  • Loading branch information
Mani-Sadhasivam committed Dec 20, 2019
1 parent 4dac3ab commit 53ed26b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/Kconfig.loramac-node
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
# Copyright (c) 2019 Manivannan Sadhasivam
#
# SPDX-License-Identifier: Apache-2.0
#

config HAS_SEMTECH_LORAMAC
bool "Semtech LoRaMac Stack"
help
This option enables the use of Semtech's LoRaMac stack

config HAS_SEMTECH_RADIO_DRIVERS
bool "Semtech LoRa Radio Drivers"
help
This option enables the use of Semtech's Radio drivers

if HAS_SEMTECH_RADIO_DRIVERS

config HAS_SEMTECH_SX1276
bool
endif

0 comments on commit 53ed26b

Please sign in to comment.