sunxi: emac changes - move emac into module - add into profiles where appropriate
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39200
This commit is contained in:
parent
9712b2d6fa
commit
815ceabd9d
6 changed files with 17 additions and 5 deletions
|
@ -375,7 +375,7 @@ CONFIG_SPARSE_IRQ=y
|
|||
# CONFIG_STAGING is not set
|
||||
CONFIG_STOP_MACHINE=y
|
||||
CONFIG_STRICT_DEVMEM=y
|
||||
CONFIG_SUN4I_EMAC=y
|
||||
# CONFIG_SUN4I_EMAC is not set
|
||||
CONFIG_SUN4I_TIMER=y
|
||||
CONFIG_SWP_EMULATE=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/A20-OLinuXino_MICRO
|
||||
NAME:=A20 OLinuXino Micro
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-A20-OLinuXino_MICRO kmod-ata-sunxi
|
||||
uboot-sunxi-A20-OLinuXino_MICRO kmod-ata-sunxi kmod-sun4i-emac
|
||||
endef
|
||||
|
||||
define Profile/A20-OLinuXino_MICRO/Description
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/Cubieboard
|
||||
NAME:=Cubieboard
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Cubieboard kmod-ata-sunxi
|
||||
uboot-sunxi-Cubieboard kmod-ata-sunxi kmod-sun4i-emac
|
||||
endef
|
||||
|
||||
define Profile/Cubieboard/Description
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/Cubieboard2
|
||||
NAME:=Cubieboard2
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Cubieboard2 kmod-ata-sunxi
|
||||
uboot-sunxi-Cubieboard2 kmod-ata-sunxi kmod-sun4i-emac
|
||||
endef
|
||||
|
||||
define Profile/Cubieboard2/Description
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/pcDuino
|
||||
NAME:=pcDuino
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-pcDuino
|
||||
uboot-sunxi-pcDuino kmod-sun4i-emac
|
||||
endef
|
||||
|
||||
define Profile/pcDuino/Description
|
||||
|
|
Loading…
Reference in a new issue