-
CONFIG_ETH_GECKO
¶
SiLabs Gecko Ethernet driver
Type: bool
Help¶
Enable Ethernet driver for Silicon Labs Gecko chips.
Direct dependencies¶
(NETWORKING
&& BOARD_EFM32GG_STK3701A
) || NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Default¶
y if
NET_L2_ETHERNET
Kconfig definitions¶
At boards/arm/efm32gg_stk3701a/Kconfig.defconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config ETH_GECKO bool default y ifNET_L2_ETHERNET
depends onNETWORKING
&&BOARD_EFM32GG_STK3701A
At drivers/ethernet/Kconfig.gecko:5
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:16
→ drivers/ethernet/Kconfig:34
Menu path: (Top) → Device Drivers → Ethernet Drivers
menuconfig ETH_GECKO
bool "SiLabs Gecko Ethernet driver"
depends on NET_L2_ETHERNET
help
Enable Ethernet driver for Silicon Labs Gecko chips.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)