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

ETH_MCUX

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ethernet/Kconfig.mcux:16

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:36

Menu path: (top menu) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver

config ETH_MCUX_PROMISCUOUS_MODE
    bool
    prompt "Enable promiscuous mode" if ETH_MCUX
    depends on ETH_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.)