aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/Makefile
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2015-10-06 16:37:46 -0400
committerDavid S. Miller <davem@davemloft.net>2015-10-08 04:49:55 -0700
commitd70e53262f5cfc0b88a211ef9cbd1ca5256f4a6b (patch)
treef617ca5dba505ee3b84d5bde7b1a7ad3cfcf6892 /drivers/net/ethernet/microchip/Makefile
parentMerge branch 'broadcom-iproc' (diff)
downloadlinux-dev-d70e53262f5cfc0b88a211ef9cbd1ca5256f4a6b.tar.xz
linux-dev-d70e53262f5cfc0b88a211ef9cbd1ca5256f4a6b.zip
net: Microchip encx24j600 driver
This ethernet driver supports the Micorchip enc424j600/626j600 Ethernet controller over a SPI bus interface. This driver makes use of the regmap API to optimize access to registers by caching registers where possible. Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/39935b.pdf Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/Makefile')
-rw-r--r--drivers/net/ethernet/microchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/microchip/Makefile b/drivers/net/ethernet/microchip/Makefile
index 573d4292b9ea..ff78f621b59a 100644
--- a/drivers/net/ethernet/microchip/Makefile
+++ b/drivers/net/ethernet/microchip/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_ENC28J60) += enc28j60.o
+obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o