aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/netdevices.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index 9126ef7d752..c60a9479788 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -2026,3 +2026,19 @@ define KernelPackage/amazon-ena/description
endef
$(eval $(call KernelPackage,amazon-ena))
+
+define KernelPackage/enc28j60
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
+ TITLE:=Microchip ENC28J60 SPI Ethernet driver
+ KCONFIG:=\
+ CONFIG_ENC28J60 \
+ CONFIG_ENC28J60_WRITEVERIFY=n
+ FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/enc28j60.ko
+ AUTOLOAD:=$(call AutoProbe,enc28j60)
+endef
+
+define KernelPackage/enc28j60/description
+ Kernel module for Microchip ENC28J60 SPI Ethernet controller
+endef
+
+$(eval $(call KernelPackage,enc28j60))