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>
This commit is contained in:
parent
137c122047
commit
27873977f9
1 changed files with 21 additions and 0 deletions
21
modules/Kconfig.loramac-node
Normal file
21
modules/Kconfig.loramac-node
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue