repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.16.11
[linux/fpc-iii.git]
/
drivers
/
net
/
ethernet
/
apm
/
xgene
/
Kconfig
blob
afccb033177b39233a333994835713d577339c2f
1
config NET_XGENE
2
tristate "APM X-Gene SoC Ethernet Driver"
3
depends on HAS_DMA
4
depends on ARCH_XGENE || COMPILE_TEST
5
select PHYLIB
6
select MDIO_XGENE
7
select GPIOLIB
8
help
9
This is the Ethernet driver for the on-chip ethernet interface on the
10
APM X-Gene SoC.
11
12
To compile this driver as a module, choose M here. This module will
13
be called xgene_enet.