Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v4.17
 
 1config NET_XGENE_V2
 2	tristate "APM X-Gene SoC Ethernet-v2 Driver"
 3	depends on HAS_DMA
 4	depends on ARCH_XGENE || COMPILE_TEST
 5	help
 6	  This is the Ethernet driver for the on-chip ethernet interface
 7	  which uses a linked list of DMA descriptor architecture (v2) for
 8	  APM X-Gene SoCs.
 9
10	  To compile this driver as a module, choose M here. This module will
11	  be called xgene-enet-v2.
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0-only
 2config NET_XGENE_V2
 3	tristate "APM X-Gene SoC Ethernet-v2 Driver"
 
 4	depends on ARCH_XGENE || COMPILE_TEST
 5	help
 6	  This is the Ethernet driver for the on-chip ethernet interface
 7	  which uses a linked list of DMA descriptor architecture (v2) for
 8	  APM X-Gene SoCs.
 9
10	  To compile this driver as a module, choose M here. This module will
11	  be called xgene-enet-v2.