-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ethernet/Kconfig.mcux:16
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:36
Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config ETH_MCUX_PROMISCUOUS_MODE bool prompt "Enable promiscuous mode" ifETH_MCUX
depends onETH_MCUX
help Place the Ethernet receiver in promiscuous mode. This may be useful for debugging and not needed for normal work.
(Definitions include propagated dependencies, including from if’s and menus.)