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

sys/shell: fix Kconfig description of shell_cmd_gnrc_netif_lorawan

This commit is contained in:
Alexandre Abadie 2023-04-21 16:03:14 +02:00
parent ea1c1c84ab
commit ba92b3f3af
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -128,7 +128,7 @@ config MODULE_SHELL_CMD_GNRC_NETIF_LORA
depends on MODULE_SHELL_CMD_GNRC_NETIF
config MODULE_SHELL_CMD_GNRC_NETIF_LORAWAN
bool "LoRa integration to the GNRC network interface command (ifconfig)"
bool "LoRaWAN integration to the GNRC network interface command (ifconfig)"
default y if MODULE_SHELL_CMD_GNRC_NETIF && MODULE_GNRC_NETIF_LORAWAN
depends on MODULE_GNRC_NETIF
depends on MODULE_GNRC_NETIF_LORAWAN