zephyr/modules/loramac-node/Kconfig
Ilya Tagunov 05957b66cb lorawan: update LoRaMac-node and move CMakeLists.txt to the main repo
Update the LoRaMac-node library to the last stable release and fix
the Zephyr glue code to match it. Move CMakeLists.txt to the main
Zephyr repository to simplify loramac-node module maintenance.

Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
2021-06-18 11:22:03 +02:00

39 lines
841 B
Plaintext

#
# Copyright (c) 2019 Manivannan Sadhasivam
#
# SPDX-License-Identifier: Apache-2.0
#
config ZEPHYR_LORAMAC_NODE_MODULE
bool
config HAS_SEMTECH_RADIO_DRIVERS
bool "Semtech LoRa Radio Drivers"
help
This option enables the use of Semtech's Radio drivers
config HAS_SEMTECH_SX1272
bool
depends on HAS_SEMTECH_RADIO_DRIVERS
config HAS_SEMTECH_SX1276
bool
depends on HAS_SEMTECH_RADIO_DRIVERS
config HAS_SEMTECH_SX126X
bool
depends on HAS_SEMTECH_RADIO_DRIVERS
config HAS_SEMTECH_LORAMAC
bool "Semtech LoRaMac Stack"
depends on HAS_SEMTECH_RADIO_DRIVERS
help
This option enables the use of Semtech's LoRaMac stack
config HAS_SEMTECH_SOFT_SE
bool "Semtech Secure Element software implementation"
depends on HAS_SEMTECH_LORAMAC
help
This option enables the use of Semtech's Secure Element
software implementation