The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ETH_XLNX_GEM

Xilinx GEM Ethernet driver

Type: bool

Help

Enable Xilinx GEM Ethernet driver.

Direct dependencies

SOC_XILINX_ZYNQMP_RPU && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At drivers/ethernet/Kconfig.xlnx_gem:11

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:20drivers/ethernet/Kconfig:60

Menu path: (Top) → Device Drivers → Ethernet Drivers

menuconfig ETH_XLNX_GEM
    bool "Xilinx GEM Ethernet driver"
    default n
    depends on SOC_XILINX_ZYNQMP_RPU && NET_L2_ETHERNET
    help
      Enable Xilinx GEM Ethernet driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)