kconfig: shell: experimental settings now uses select EXPERIMENTAL
With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in Zephyr all subsys/shell 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
4790f68c84
commit
0a29a5a26b
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ config SHELL_TELNET_SEND_TIMEOUT
|
||||||
in when a line buffer is not empty but did not yet meet the line feed.
|
in when a line buffer is not empty but did not yet meet the line feed.
|
||||||
|
|
||||||
config SHELL_TELNET_SUPPORT_COMMAND
|
config SHELL_TELNET_SUPPORT_COMMAND
|
||||||
bool "Add support for telnet commands (IAC) [Experimental]"
|
bool "Add support for telnet commands (IAC) [EXPERIMENTAL]"
|
||||||
|
select EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Current support is so limited it's not interesting to enable it.
|
Current support is so limited it's not interesting to enable it.
|
||||||
However, if proven to be needed at some point, it will be possible
|
However, if proven to be needed at some point, it will be possible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue