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 <mani@kernel.org>
This commit is contained in:
Manivannan Sadhasivam 2020-04-23 22:52:14 +05:30 committed by Carles Cufí
commit 0f02adfb0e

View file

@ -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