17 lines
496 B
Plaintext
17 lines
496 B
Plaintext
# Copyright (c) 2024 loramodem contributors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LORA_LR11XX
|
|
bool "Semtech LR11xx LoRa driver"
|
|
default y
|
|
depends on DT_HAS_SEMTECH_LR11XX_ENABLED
|
|
depends on SPI
|
|
select LORA
|
|
help
|
|
Enable driver for Semtech LR1110/LR1120 multi-protocol radio
|
|
transceivers. This driver implements Zephyr's LoRa subsystem API
|
|
for LoRa packet mode operation only.
|
|
|
|
The LR11xx uses a 2-byte SPI opcode protocol. BUSY pin must be
|
|
polled between transactions.
|