:orphan: .. title:: ETH_ENC28J60 .. option:: CONFIG_ETH_ENC28J60 *ENC28J60C Ethernet Controller* Type: ``bool`` Help ==== ENC28J60C Stand-Alone Ethernet Controller with SPI Interface Direct dependencies =================== \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.enc28j60:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:18`` → ``drivers/ethernet/Kconfig:27`` Menu path: (top menu) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_ENC28J60 bool prompt "ENC28J60C Ethernet Controller" if \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` depends on \ :option:`SPI ` && \ :option:`NET_L2_ETHERNET ` help ENC28J60C Stand-Alone Ethernet Controller with SPI Interface *(Definitions include propagated dependencies, including from if's and menus.)*