-
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
) || (SPI
&& NET_L2_ETHERNET
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/boards/shields/mikroe_eth_click/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <BuildDir>/Kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config ETH_ENC28J60 bool default y depends onNETWORKING
&&SHIELD_MIKROE_ETH_CLICK
At <Zephyr>/boards/shields/mikroe_eth_click/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config ETH_ENC28J60 bool default y depends onNETWORKING
&&SHIELD_MIKROE_ETH_CLICK
At <Zephyr>/drivers/ethernet/Kconfig.enc28j60:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers
menuconfig ETH_ENC28J60 bool "ENC28J60C Ethernet Controller" depends onSPI
&&NET_L2_ETHERNET
help ENC28J60C Stand-Alone Ethernet Controller with SPI Interface
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)