kconfig: drivers: experimental settings now uses select EXPERIMENTAL
With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in Zephyr all drivers settings having `[EXPERIMENTAL]` in their prompt has has been updated to include `select EXPERIMENTAL` so that developers can enable warnings when experimental features are enabled. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
36f5600387
commit
bd61122aa2
7 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,7 @@ menuconfig LORA
|
|||
bool "LoRa support [EXPERIMENTAL]"
|
||||
select REQUIRES_FULL_LIBC
|
||||
select POLL
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
Include LoRa drivers in the system configuration.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue