zephyr/modules/loramac-node/Kconfig
Jordan Yates 41d83d7ea2 lora: compile drivers based on devicetree
Similar to the changes made in #48048, compile in the appropriate lora
modem driver when `CONFIG_LORA=y`. The `LORA_SX12XX` symbol has no
use now so remove. LoRa and LoRaWAN subsystems are still marked as
unstable so no additional deprecation cycle is needed.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-03-31 09:20:22 +02:00

39 lines
829 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
select HAS_SEMTECH_RADIO_DRIVERS
config HAS_SEMTECH_SX1276
bool
select HAS_SEMTECH_RADIO_DRIVERS
config HAS_SEMTECH_SX126X
bool
select 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