The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ETH_ENC28J60

ENC28J60C Ethernet Controller

Type: bool

Help

ENC28J60C Stand-Alone Ethernet Controller with SPI Interface

Direct dependencies

SPI && NET_L2_ETHERNET

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ethernet/Kconfig.enc28j60:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:27

Menu path: (top menu) → Device Drivers → Ethernet Drivers

menuconfig ETH_ENC28J60
    bool
    prompt "ENC28J60C Ethernet Controller" if SPI && NET_L2_ETHERNET
    depends on SPI && NET_L2_ETHERNET
    help
      ENC28J60C Stand-Alone Ethernet Controller
      with SPI Interface

(Definitions include propagated dependencies, including from if’s and menus.)