:orphan: .. title:: ETH_DW_0_NAME .. option:: CONFIG_ETH_DW_0_NAME *Driver name* Type: ``string`` Direct dependencies =================== \ :option:`ETH_DW_0 ` && \ :option:`ETH_DW ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "ETH_0" if \ :option:`ETH_DW_0 ` && \ :option:`ETH_DW ` && \ :option:`NET_L2_ETHERNET ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.dw:23`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:29`` Menu path: (top menu) → Device Drivers → Ethernet Drivers → Synopsys DesignWare Ethernet driver → Synopsys DesignWare Ethernet port 0 .. parsed-literal:: config ETH_DW_0_NAME string prompt "Driver name" if \ :option:`ETH_DW_0 ` && \ :option:`ETH_DW ` && \ :option:`NET_L2_ETHERNET ` default "ETH_0" if \ :option:`ETH_DW_0 ` && \ :option:`ETH_DW ` && \ :option:`NET_L2_ETHERNET ` depends on \ :option:`ETH_DW_0 ` && \ :option:`ETH_DW ` && \ :option:`NET_L2_ETHERNET ` *(Definitions include propagated dependencies, including from if's and menus.)*