mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
kernel: netdevices: add ag71xx modules
Add support for building both upstream and downstream ag71xx drivers as modules. Signed-off-by: Oskari Lemmela <oskari@lemmela.net> Link: https://github.com/openwrt/openwrt/pull/15926 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
b42c7e2410
commit
eadb804955
@ -33,6 +33,33 @@ endef
|
||||
$(eval $(call KernelPackage,skge))
|
||||
|
||||
|
||||
define KernelPackage/ag71xx
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Atheros AR7XXX/AR9XXX ethernet mac support
|
||||
DEPENDS:=@PCI_SUPPORT||TARGET_ath79 +kmod-phylink +kmod-mdio-devres +kmod-net-selftests
|
||||
KCONFIG:=CONFIG_AG71XX
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ag71xx,1)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ag71xx))
|
||||
|
||||
|
||||
define KernelPackage/ag71xx-legacy
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Downstream Atheros AR7XXX/AR9XXX ethernet mac support
|
||||
DEPENDS:=@TARGET_ath79 +kmod-libphy +kmod-mdio-devres
|
||||
KCONFIG:=CONFIG_AG71XX_LEGACY \
|
||||
CONFIG_AG71XX_LEGACY_DEBUG=n \
|
||||
CONFIG_AG71XX_LEGACY_DEBUG_FS=y
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx/ag71xx_legacy.ko \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/atheros/ag71xx/ag71xx_legacy_mdio.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ag71xx-legacy ag71xx-legacy-mdio,1)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ag71xx-legacy))
|
||||
|
||||
|
||||
define KernelPackage/alx
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Qualcomm Atheros AR816x/AR817x PCI-E Ethernet Network Driver
|
||||
|
Loading…
Reference in New Issue
Block a user