diff options
author | Sunil Goutham <sgoutham@cavium.com> | 2015-05-27 05:20:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-27 21:19:44 +0300 |
commit | 4863dea3fab01734768c9f7fc2c1590a8f1f6266 (patch) | |
tree | 02debc8fb06d2d5f94b9c71eb9bc093a75f86e76 /drivers/net/ethernet/cavium/Makefile | |
parent | e5c4708b2b6fec0300db60ee3cf4b4ae96430a12 (diff) | |
download | linux-4863dea3fab01734768c9f7fc2c1590a8f1f6266.tar.xz |
net: Adding support for Cavium ThunderX network controller
This patch adds support for the Cavium ThunderX network controller.
The driver is on the pci bus and thus requires the Thunder PCIe host
controller driver to be enabled.
Signed-off-by: Maciej Czekaj <mjc@semihalf.com>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Sunil Goutham <sgoutham@cavium.com>
Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@caviumnetworks.com>
Signed-off-by: Aleksey Makarov <aleksey.makarov@caviumnetworks.com>
Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Kamil Rytarowski <kamil@semihalf.com>
Signed-off-by: Thanneeru Srinivasulu <tsrinivasulu@caviumnetworks.com>
Signed-off-by: Sruthi Vangala <svangala@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/Makefile')
-rw-r--r-- | drivers/net/ethernet/cavium/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/Makefile b/drivers/net/ethernet/cavium/Makefile new file mode 100644 index 000000000000..7aac4780d050 --- /dev/null +++ b/drivers/net/ethernet/cavium/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Cavium ethernet device drivers. +# + +obj-$(CONFIG_NET_VENDOR_CAVIUM) += thunder/ |