:orphan: .. title:: ETH_GECKO .. option:: CONFIG_ETH_GECKO *SiLabs Gecko Ethernet driver* Type: ``bool`` Help ==== Enable Ethernet driver for Silicon Labs Gecko chips. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_EFM32GG_SLWSTK6121A `) || (\ :option:`NETWORKING ` && \ :option:`BOARD_EFM32GG_STK3701A `) || \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`NET_L2_ETHERNET ` - y if \ :option:`NET_L2_ETHERNET ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/efm32gg_slwstk6121a/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_GECKO bool default y if \ :option:`NET_L2_ETHERNET ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_EFM32GG_SLWSTK6121A ` ---- At ``boards/arm/efm32gg_stk3701a/Kconfig.defconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ETH_GECKO bool default y if \ :option:`NET_L2_ETHERNET ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_EFM32GG_STK3701A ` ---- At ``drivers/ethernet/Kconfig.gecko:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:57`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_GECKO bool "SiLabs Gecko Ethernet driver" depends on \ :option:`NET_L2_ETHERNET ` help Enable Ethernet driver for Silicon Labs Gecko chips. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*