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:
parent
e177ab6c42
commit
0f02adfb0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue