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

net/lora: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2021-01-07 13:45:39 +01:00
parent 0ed66123d9
commit 52b8bca84e
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -4,6 +4,11 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_LORA
bool "LoRa PHY support"
depends on TEST_KCONFIG
menuconfig KCONFIG_USEMODULE_LORA
bool "Configure LoRa PHY"
depends on USEMODULE_LORA