1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/driver_sx126x/Kconfig

21 lines
545 B
Plaintext
Raw Normal View History

2021-03-11 17:29:21 +01:00
# Copyright (c) 2021 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config PACKAGE_DRIVER_SX126X
bool "LLCC68 driver package"
depends on TEST_KCONFIG
depends on HAS_PERIPH_SPI
select MODULE_PERIPH_SPI
select MODULE_ZTIMER
select ZTIMER_USEC
2021-03-11 17:29:21 +01:00
select MODULE_DRIVER_SX126X_HAL
config MODULE_DRIVER_SX126X_HAL
bool
help
HAL implementation for the SX126X LoRa radio driver.