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