:orphan: .. title:: ETH_LITEETH_0 .. option:: CONFIG_ETH_LITEETH_0 *LiteEth Ethernet port 0* Type: ``bool`` Direct dependencies =================== \ :option:`ETH_LITEETH ` && \ :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.liteeth:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:56`` Menu path: (Top) → Device Drivers → Ethernet Drivers → LiteEth Ethernet core driver .. parsed-literal:: config ETH_LITEETH_0 bool "LiteEth Ethernet port 0" depends on \ :option:`ETH_LITEETH ` && \ :option:`NET_L2_ETHERNET ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*