Commit 33123c86 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Kconfig and makfile goo for new net drivers

parent 186f0468
......@@ -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
#
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment