# Copyright (c) 2024 Semtech Corporation
# SPDX-License-Identifier: Apache-2.0

# Top-level configuration file for LoRa Basics Modem containing LoRa
# transceiver drivers and LBM LoRaWAN stack

config ZEPHYR_LORA_BASICS_MODEM_MODULE
	bool

config USE_LORA_BASICS_MODEM_DRIVERS
	bool

config LORA_BASICS_MODEM_HAL
	bool "LoRa Basics Modem HAL implementation"
	depends on USE_LORA_BASICS_MODEM_DRIVERS && LORA_SX126X
	help
	  Compile the smtc_modem_hal implementation for LoRa Basics Modem.
	  This is required for porting tests and full modem functionality.
	  Currently only supported with SX126x radios.
