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 <Zephyr Driver>/ethernet/Kconfig.xlnx_gem:11
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:20 → <Zephyr Driver>/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.)