Directory | Files | |
---|---|---|
.. | 2 | |
File | Size | |
Kconfig | 384 B | |
Makefile | 290 B | |
xgene-enet.mod.c | 0 B | |
xgene_enet_cle.c | 19 kB | |
xgene_enet_cle.h | 5.4 kB | |
xgene_enet_ethtool.c | 9.9 kB | |
xgene_enet_hw.c | 26 kB | |
xgene_enet_hw.h | 12 kB | |
xgene_enet_main.c | 53 kB | |
xgene_enet_main.h | 7.0 kB | |
xgene_enet_ring2.c | 5.4 kB | |
xgene_enet_ring2.h | 926 B | |
xgene_enet_sgmac.c | 16 kB | |
xgene_enet_sgmac.h | 1.1 kB | |
xgene_enet_xgmac.c | 14 kB | |
xgene_enet_xgmac.h | 2.9 kB |
# SPDX-License-Identifier: GPL-2.0-only config NET_XGENE tristate "APM X-Gene SoC Ethernet Driver" depends on ARCH_XGENE || COMPILE_TEST select PHYLIB select MDIO_XGENE select GPIOLIB help This is the Ethernet driver for the on-chip ethernet interface on the APM X-Gene SoC. To compile this driver as a module, choose M here. This module will be called xgene_enet.