diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-07-17 23:16:32 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 04:24:40 +0400 |
commit | 3fadd06ebcbff9b0a7c90f68d81250f39bf31db1 (patch) | |
tree | 21bf44ebe011b1d0f3c507826171856dc20cad90 /drivers/net/Kconfig | |
parent | 7ccaee5cadd7a771773bbb878e139697511ebdde (diff) | |
download | linux-3fadd06ebcbff9b0a7c90f68d81250f39bf31db1.tar.xz |
m68k/Apollo: remove the unused APOLLO_ELPLUS option
Looking at older kernel sources the APOLLO_ELPLUS option was added
somewhere during kernel 2.1, but even kernel 2.2.0 does not contain
any driver that would be enabled through it...
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2683ee32fc11..9940ca325837 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -333,15 +333,6 @@ config APNE To compile this driver as a module, choose M here: the module will be called apne. -config APOLLO_ELPLUS - tristate "Apollo 3c505 support" - depends on APOLLO - help - Say Y or M here if your Apollo has a 3Com 3c505 ISA Ethernet card. - If you don't have one made for Apollos, you can use one from a PC, - except that your Apollo won't be able to boot from it (because the - code in the ROM will be for a PC). - config MAC8390 bool "Macintosh NS 8390 based ethernet cards" depends on MAC |