]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Kconfig and makfile goo for new net drivers
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 1 Nov 2002 03:43:19 +0000 (19:43 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 1 Nov 2002 03:43:19 +0000 (19:43 -0800)
drivers/net/Kconfig
drivers/net/Makefile

index b89ff30c68eca563972f9dfed04203dc303c7d93..60950a43a4dc5f8d032dc296a76c324a8d3f2cfc 100644 (file)
@@ -1541,6 +1541,20 @@ config BAGETLANCE
          MIPS-32-based Baget embedded system.  This chipset is better known
          via the NE2100 cards.
 
+config 68360_ENET
+       bool "Motorola 68360 ethernet controller"
+       depends on M68360
+       help
+         Say Y here if you want to use the built-in ethernet controller of
+         the Motorola 68360 processor.
+
+config FEC
+       bool "FEC ethernet controller (of ColdFire 5272)"
+       depends on M5272
+       help
+         Say Y here if you want to use the built-in 10/100 Fast ethernet
+         controller on the Motorola ColdFire 5272 processor.
+
 endmenu
 
 #
index 0d49bdccdbe29d617cb3a31653068b194470d6ae..824d640922719ae6afd3cdf0e128230b56b4e959 100644 (file)
@@ -83,6 +83,8 @@ obj-$(CONFIG_SHAPER) += shaper.o
 obj-$(CONFIG_SK_G16) += sk_g16.o
 obj-$(CONFIG_HP100) += hp100.o
 obj-$(CONFIG_SMC9194) += smc9194.o
+obj-$(CONFIG_FEC) += fec.o
+obj-$(CONFIG_68360_ENET) += 68360enet.o
 obj-$(CONFIG_ARM_AM79C961A) += am79c961a.o
 obj-$(CONFIG_ARM_ETHERH) += 8390.o
 obj-$(CONFIG_WD80x3) += wd.o 8390.o