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
|
@ -38,6 +38,7 @@ config MODEM_RECEIVER_MAX_CONTEXTS
|
|||
|
||||
config MODEM_CONTEXT
|
||||
bool "Modem context helper driver [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
This driver allows modem drivers to communicate with an interface
|
||||
using custom defined protocols. Driver doesn't inspect received data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue