mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
004da59672
This also moves the selection of MODULE_ZTIMER_PERIPH_TIMER from MODULE_ZTIMER_USEC to the visible symbol ZTIMER_USEC.
21 lines
545 B
Plaintext
21 lines
545 B
Plaintext
# 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
|
|
select MODULE_DRIVER_SX126X_HAL
|
|
|
|
config MODULE_DRIVER_SX126X_HAL
|
|
bool
|
|
help
|
|
HAL implementation for the SX126X LoRa radio driver.
|