forked from Minki/linux
d70e53262f
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>
7 lines
156 B
Makefile
7 lines
156 B
Makefile
#
|
|
# Makefile for the Microchip network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ENC28J60) += enc28j60.o
|
|
obj-$(CONFIG_ENCX24J600) += encx24j600.o encx24j600-regmap.o
|