netdevices.mk: add Sun Neptune 10Gbit Ethernet
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
ea5d9f5f72
commit
342d748eaf
1 changed files with 16 additions and 0 deletions
|
@ -304,6 +304,22 @@ endef
|
|||
$(eval $(call KernelPackage,r6040))
|
||||
|
||||
|
||||
define KernelPackage/niu
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Sun Neptune 10Gbit Ethernet support
|
||||
DEPENDS:=@PCI_SUPPORT
|
||||
KCONFIG:=CONFIG_NIU
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/sun/niu.ko
|
||||
AUTOLOAD:=$(call AutoProbe,niu)
|
||||
endef
|
||||
|
||||
define KernelPackage/niu/description
|
||||
This enables support for cards based upon Sun's Neptune chipset.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,niu))
|
||||
|
||||
|
||||
define KernelPackage/sis900
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=SiS 900 Ethernet support
|
||||
|
|
Loading…
Reference in a new issue