:orphan: .. title:: CONFIG_ETH_XLNX_GEM .. kconfig:: CONFIG_ETH_XLNX_GEM CONFIG_ETH_XLNX_GEM ################### *Xilinx GEM Ethernet driver* Type: ``bool`` Help ==== .. code-block:: none Enable Xilinx GEM Ethernet driver. Direct dependencies =================== \ :kconfig:`SOC_XILINX_ZYNQMP_RPU ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/ethernet/Kconfig.xlnx_gem:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:60`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. code-block:: kconfig 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.)*