From 0f02adfb0ebdecf555d0c0abb34b6c99370670d1 Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam Date: Thu, 23 Apr 2020 22:52:14 +0530 Subject: [PATCH] lora: Make the LoRa support Experimental The LoRa APIs are expected to undergo some change as the usecase get's increased. So let's mark it as experimental until the APIs got stabililized. Signed-off-by: Manivannan Sadhasivam --- drivers/lora/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/lora/Kconfig b/drivers/lora/Kconfig index ba508715aad..20ae632721e 100644 --- a/drivers/lora/Kconfig +++ b/drivers/lora/Kconfig @@ -7,7 +7,7 @@ # Top-level configuration file for LORA drivers. menuconfig LORA - bool "LoRa support" + bool "LoRa support [EXPERIMENTAL]" depends on NEWLIB_LIBC select LEGACY_TIMEOUT_API help