:orphan: .. title:: CONFIG_ETH_LITEETH_0 .. kconfig:: CONFIG_ETH_LITEETH_0 CONFIG_ETH_LITEETH_0 #################### *LiteEth Ethernet port 0* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ETH_LITEETH ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.liteeth:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:56`` Menu path: (Top) → Device Drivers → Ethernet Drivers → LiteEth Ethernet core driver .. code-block:: kconfig config ETH_LITEETH_0 bool "LiteEth Ethernet port 0" depends on ETH_LITEETH && NET_L2_ETHERNET *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*