-
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 <Zephyr>/drivers/ethernet/Kconfig.mcux:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:49
Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver
config ETH_MCUX_PROMISCUOUS_MODE bool "Enable promiscuous mode" depends onETH_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.)