diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-11-22 17:18:19 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-29 06:15:24 (GMT) |
commit | 85c10f28286148ee5cdba1d22c81936ff160596e (patch) | |
tree | f2dba1bd0a281e8fc56e080a449ba7b8b6a810b9 /drivers/net/ethernet/calxeda/Kconfig | |
parent | 8ac72d167198f52cba8637cc9bec89339b8e4e64 (diff) | |
download | linux-85c10f28286148ee5cdba1d22c81936ff160596e.tar.xz |
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/Kconfig | 7 |
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 0000000..a52e725 --- /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. |