14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config NET_XGENE3 tristate "APM X-Gene SoC Ethernet Driver"4 depends on ARCH_XGENE || COMPILE_TEST5 select PHYLIB6 select MDIO_XGENE7 select GPIOLIB8 help9 This is the Ethernet driver for the on-chip ethernet interface on the10 APM X-Gene SoC.11 12 To compile this driver as a module, choose M here. This module will13 be called xgene_enet.14