1config NET_XGENE_V2 2 tristate "APM X-Gene SoC Ethernet-v2 Driver" 3 depends on ARCH_XGENE || COMPILE_TEST 4 help 5 This is the Ethernet driver for the on-chip ethernet interface 6 which uses a linked list of DMA descriptor architecture (v2) for 7 APM X-Gene SoCs. 8 9 To compile this driver as a module, choose M here. This module will 10 be called xgene-enet-v2. 11