xref: /openbmc/linux/drivers/net/ethernet/apm/xgene/Kconfig (revision 1a4e39c2e5ca2eb494a53ecd73055562f690bca0)
1config NET_XGENE
2	tristate "APM X-Gene SoC Ethernet Driver"
3	depends on HAS_DMA
4	select PHYLIB
5	help
6	  This is the Ethernet driver for the on-chip ethernet interface on the
7	  APM X-Gene SoC.
8
9	  To compile this driver as a module, choose M here. This module will
10	  be called xgene_enet.
11