brintos

brintos / linux-shallow public Read only

0
0
Text · 384 B · 7bdfe78 Raw
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