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