:orphan: .. title:: CONFIG_ETH_MCUX_PROMISCUOUS_MODE .. kconfig:: CONFIG_ETH_MCUX_PROMISCUOUS_MODE CONFIG_ETH_MCUX_PROMISCUOUS_MODE ################################ *Enable promiscuous mode* Type: ``bool`` Help ==== .. code-block:: none Place the Ethernet receiver in promiscuous mode. This may be useful for debugging and not needed for normal work. Direct dependencies =================== \ :kconfig:`ETH_MCUX ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.mcux:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. code-block:: kconfig 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.)*