mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>