aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/calxeda/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-11-22 17:18:19 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-29 01:15:24 -0500
commit85c10f28286148ee5cdba1d22c81936ff160596e (patch)
treef2dba1bd0a281e8fc56e080a449ba7b8b6a810b9 /drivers/net/ethernet/calxeda/Kconfig
parentcorral some wayward N/A fw_version dust bunnies (diff)
downloadlinux-dev-85c10f28286148ee5cdba1d22c81936ff160596e.tar.xz
linux-dev-85c10f28286148ee5cdba1d22c81936ff160596e.zip
net: add calxeda xgmac ethernet driver
Add support for the XGMAC 10Gb ethernet device in the Calxeda Highbank SOC. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/calxeda/Kconfig')
-rw-r--r--drivers/net/ethernet/calxeda/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/ethernet/calxeda/Kconfig b/drivers/net/ethernet/calxeda/Kconfig
new file mode 100644
index 000000000000..a52e725c861c
--- /dev/null
+++ b/drivers/net/ethernet/calxeda/Kconfig
@@ -0,0 +1,7 @@
+config NET_CALXEDA_XGMAC
+ tristate "Calxeda 1G/10G XGMAC Ethernet driver"
+
+ select CRC32
+ help
+ This is the driver for the XGMAC Ethernet IP block found on Calxeda
+ Highbank platforms.