:orphan: .. title:: ETH_MCUX_PROMISCUOUS_MODE .. option:: 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 =================== \ :option:`ETH_MCUX ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.mcux:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:49`` Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver .. parsed-literal:: config ETH_MCUX_PROMISCUOUS_MODE bool "Enable promiscuous mode" depends on \ :option:`ETH_MCUX ` && \ :option:`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.)*