CONFIG_ETH_MCUX_PROMISCUOUS_MODE¶
Enable promiscuous mode
Type: bool
Help¶
Place the Ethernet receiver in promiscuous mode. This may be useful
for debugging and not needed for normal work.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:19
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:20
→ drivers/ethernet/Kconfig:49
Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config ETH_MCUX_PROMISCUOUS_MODE
bool "Enable promiscuous mode"
depends on ETH_MCUX && NET_L2_ETHERNET
help
Place the Ethernet receiver in promiscuous mode. This may be useful
for debugging and not needed for normal work.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)