CONFIG_ETH_ENC28J60¶
ENC28J60C Ethernet Controller
Type: bool
Help¶
ENC28J60C Stand-Alone Ethernet Controller
with SPI Interface
Direct dependencies¶
(NETWORKING && SHIELD_MIKROE_ETH_CLICK) || (NETWORKING && SHIELD_MIKROE_ETH_CLICK) || (NETWORKING && SHIELD_MIKROE_ETH_CLICK) || (SPI && NET_L2_ETHERNET)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr Boards>/shields/mikroe_eth_click/Kconfig.defconfig:16
Included via Kconfig:8 → Kconfig.zephyr:18 → <BuildDir>/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config ETH_ENC28J60
    bool
    default y
    depends on NETWORKING && SHIELD_MIKROE_ETH_CLICK
At <Zephyr Boards>/shields/mikroe_eth_click/Kconfig.defconfig:16
Included via Kconfig:8 → Kconfig.zephyr:20
Menu path: (Top)
config ETH_ENC28J60
    bool
    default y
    depends on NETWORKING && SHIELD_MIKROE_ETH_CLICK
At <Zephyr Boards>/shields/mikroe_eth_click/Kconfig.defconfig:16
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config ETH_ENC28J60
    bool
    default y
    depends on NETWORKING && SHIELD_MIKROE_ETH_CLICK
At <Zephyr Driver>/ethernet/Kconfig.enc28j60:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers
menuconfig ETH_ENC28J60
    bool "ENC28J60C Ethernet Controller"
    depends on SPI && NET_L2_ETHERNET
    help
      ENC28J60C Stand-Alone Ethernet Controller
      with SPI Interface
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)