CONFIG_ETH_ENC28J60

ENC28J60C Ethernet Controller

Type: bool

Help

ENC28J60C Stand-Alone Ethernet Controller with SPI Interface

Direct dependencies

NET_L2_ETHERNET && SPI

(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:29drivers/Kconfig:18drivers/ethernet/Kconfig:35

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

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

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