kconfig: net: experimental settings now uses select EXPERIMENTAL
With the introduction of `EXPERIMENTAL` and `WARN_EXPERIMENTAL` in Zephyr all subsys/net and drivers/ethernet/Kconfig.e1000 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. The following settings has EXPERIMENTAL removed as they are considered mature: - NET_OFFLOAD - NET_PROMISCUOUS_MODE Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
8aa7a653d1
commit
36f5600387
11 changed files with 19 additions and 2 deletions
|
@ -26,6 +26,7 @@ config HTTP_CLIENT
|
|||
bool "HTTP client API [EXPERIMENTAL]"
|
||||
select HTTP_PARSER
|
||||
select HTTP_PARSER_URL
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
HTTP client API
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue