diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-07-17 15:16:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:24:40 -0400 |
commit | 3fadd06ebcbff9b0a7c90f68d81250f39bf31db1 (patch) | |
tree | 21bf44ebe011b1d0f3c507826171856dc20cad90 /drivers/net/Kconfig | |
parent | 7ccaee5cadd7a771773bbb878e139697511ebdde (diff) |
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 | |||
333 | To compile this driver as a module, choose M here: the module | 333 | To compile this driver as a module, choose M here: the module |
334 | will be called apne. | 334 | will be called apne. |
335 | 335 | ||
336 | config APOLLO_ELPLUS | ||
337 | tristate "Apollo 3c505 support" | ||
338 | depends on APOLLO | ||
339 | help | ||
340 | Say Y or M here if your Apollo has a 3Com 3c505 ISA Ethernet card. | ||
341 | If you don't have one made for Apollos, you can use one from a PC, | ||
342 | except that your Apollo won't be able to boot from it (because the | ||
343 | code in the ROM will be for a PC). | ||
344 | |||
345 | config MAC8390 | 336 | config MAC8390 |
346 | bool "Macintosh NS 8390 based ethernet cards" | 337 | bool "Macintosh NS 8390 based ethernet cards" |
347 | depends on MAC | 338 | depends on MAC |