You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
577 B
19 lines
577 B
--- a/drivers/net/ethernet/atheros/Kconfig
|
|
+++ b/drivers/net/ethernet/atheros/Kconfig
|
|
@@ -67,4 +67,6 @@ config ATL1C
|
|
To compile this driver as a module, choose M here. The module
|
|
will be called atl1c.
|
|
|
|
+source drivers/net/ethernet/atheros/ag71xx/Kconfig
|
|
+
|
|
endif # NET_VENDOR_ATHEROS
|
|
--- a/drivers/net/ethernet/atheros/Makefile
|
|
+++ b/drivers/net/ethernet/atheros/Makefile
|
|
@@ -2,6 +2,7 @@
|
|
# Makefile for the Atheros network device drivers.
|
|
#
|
|
|
|
+obj-$(CONFIG_AG71XX) += ag71xx/
|
|
obj-$(CONFIG_ATL1) += atlx/
|
|
obj-$(CONFIG_ATL2) += atlx/
|
|
obj-$(CONFIG_ATL1E) += atl1e/
|
|
|