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 <Driver>/ethernet/Kconfig.mcux:19
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:20
→ <Driver>/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.)