From 815ceabd9dbbae62b30edad7b9e2923d6624fdfb Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Sat, 4 Jan 2014 17:33:44 +0000 Subject: sunxi: emac changes - move emac into module - add into profiles where appropriate Signed-off-by: Zoltan HERPAI SVN-Revision: 39200 --- target/linux/sunxi/modules.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/sunxi/modules.mk') diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk index 1a54677..9a4782d 100644 --- a/target/linux/sunxi/modules.mk +++ b/target/linux/sunxi/modules.mk @@ -54,3 +54,15 @@ define KernelPackage/ata-sunxi/description endef $(eval $(call KernelPackage,ata-sunxi)) + +define KernelPackage/sun4i-emac + SUBMENU:=$(NETWORK_DEVICES_MENU) + TITLE:=AllWinner EMAC Ethernet support + DEPENDS:=@TARGET_sunxi + KCONFIG:=CONFIG_SUN4I_EMAC + FILES:=$(LINUX_DIR)/drivers/net/ethernet/allwinner/sun4i-emac.ko + AUTOLOAD:=$(call AutoProbe,sun4i-emac) +endef + +$(eval $(call KernelPackage,sun4i-emac)) + -- cgit v1.1