diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-16 04:39:01 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 19:29:07 -0400 |
commit | 8fb6b0908176704a3ea22005e8a9fa3ebf35b5be (patch) | |
tree | 1eefa29ce73cd5be2b0fcbd12d03ac148d171cc5 /drivers/net/Kconfig | |
parent | 7ac6653a085b41405758bc16b2525db56ee0a23f (diff) |
bmac/mace/macmace/mac89x0/cs89x0: Move the Macintosh (Apple) drivers
Move the Apple drivers into driver/net/ethernet/apple/ and make the
necessary Kconfig and Makefile changes.
CC: Paul Mackerras <paulus@samba.org>
CC: Paul Mackerras <paulus@au.ibm.com>
CC: Russell Nelson <nelson@crynwr.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a7ec50f197fc..d81f8f950124 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -237,52 +237,6 @@ config MACB | |||
237 | 237 | ||
238 | source "drivers/net/arm/Kconfig" | 238 | source "drivers/net/arm/Kconfig" |
239 | 239 | ||
240 | config MACE | ||
241 | tristate "MACE (Power Mac ethernet) support" | ||
242 | depends on PPC_PMAC && PPC32 | ||
243 | select CRC32 | ||
244 | help | ||
245 | Power Macintoshes and clones with Ethernet built-in on the | ||
246 | motherboard will usually use a MACE (Medium Access Control for | ||
247 | Ethernet) interface. Say Y to include support for the MACE chip. | ||
248 | |||
249 | To compile this driver as a module, choose M here: the module | ||
250 | will be called mace. | ||
251 | |||
252 | config MACE_AAUI_PORT | ||
253 | bool "Use AAUI port instead of TP by default" | ||
254 | depends on MACE | ||
255 | help | ||
256 | Some Apple machines (notably the Apple Network Server) which use the | ||
257 | MACE ethernet chip have an Apple AUI port (small 15-pin connector), | ||
258 | instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say | ||
259 | Y here if you have such a machine. If unsure, say N. | ||
260 | The driver will default to AAUI on ANS anyway, and if you use it as | ||
261 | a module, you can provide the port_aaui=0|1 to force the driver. | ||
262 | |||
263 | config BMAC | ||
264 | tristate "BMAC (G3 ethernet) support" | ||
265 | depends on PPC_PMAC && PPC32 | ||
266 | select CRC32 | ||
267 | help | ||
268 | Say Y for support of BMAC Ethernet interfaces. These are used on G3 | ||
269 | computers. | ||
270 | |||
271 | To compile this driver as a module, choose M here: the module | ||
272 | will be called bmac. | ||
273 | |||
274 | config MAC89x0 | ||
275 | tristate "Macintosh CS89x0 based ethernet cards" | ||
276 | depends on MAC | ||
277 | ---help--- | ||
278 | Support for CS89x0 chipset based Ethernet cards. If you have a | ||
279 | Nubus or LC-PDS network (Ethernet) card of this type, say Y and | ||
280 | read the Ethernet-HOWTO, available from | ||
281 | <http://www.tldp.org/docs.html#howto>. | ||
282 | |||
283 | To compile this driver as a module, choose M here. This module will | ||
284 | be called mac89x0. | ||
285 | |||
286 | config MACSONIC | 240 | config MACSONIC |
287 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" | 241 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" |
288 | depends on MAC | 242 | depends on MAC |
@@ -296,16 +250,6 @@ config MACSONIC | |||
296 | To compile this driver as a module, choose M here. This module will | 250 | To compile this driver as a module, choose M here. This module will |
297 | be called macsonic. | 251 | be called macsonic. |
298 | 252 | ||
299 | config MACMACE | ||
300 | bool "Macintosh (AV) onboard MACE ethernet" | ||
301 | depends on MAC | ||
302 | select CRC32 | ||
303 | help | ||
304 | Support for the onboard AMD 79C940 MACE Ethernet controller used in | ||
305 | the 660AV and 840AV Macintosh. If you have one of these Macintoshes | ||
306 | say Y and read the Ethernet-HOWTO, available from | ||
307 | <http://www.tldp.org/docs.html#howto>. | ||
308 | |||
309 | config KORINA | 253 | config KORINA |
310 | tristate "Korina (IDT RC32434) Ethernet support" | 254 | tristate "Korina (IDT RC32434) Ethernet support" |
311 | depends on NET_ETHERNET && MIKROTIK_RB532 | 255 | depends on NET_ETHERNET && MIKROTIK_RB532 |
@@ -677,25 +621,6 @@ config FORCEDETH | |||
677 | To compile this driver as a module, choose M here. The module | 621 | To compile this driver as a module, choose M here. The module |
678 | will be called forcedeth. | 622 | will be called forcedeth. |
679 | 623 | ||
680 | config CS89x0 | ||
681 | tristate "CS89x0 support" | ||
682 | depends on NET_ETHERNET && (ISA || EISA || MACH_IXDP2351 \ | ||
683 | || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440) | ||
684 | ---help--- | ||
685 | Support for CS89x0 chipset based Ethernet cards. If you have a | ||
686 | network (Ethernet) card of this type, say Y and read the | ||
687 | Ethernet-HOWTO, available from | ||
688 | <http://www.tldp.org/docs.html#howto> as well as | ||
689 | <file:Documentation/networking/cs89x0.txt>. | ||
690 | |||
691 | To compile this driver as a module, choose M here. The module | ||
692 | will be called cs89x0. | ||
693 | |||
694 | config CS89x0_NONISA_IRQ | ||
695 | def_bool y | ||
696 | depends on CS89x0 != n | ||
697 | depends on MACH_IXDP2351 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440 | ||
698 | |||
699 | config TC35815 | 624 | config TC35815 |
700 | tristate "TOSHIBA TC35815 Ethernet support" | 625 | tristate "TOSHIBA TC35815 Ethernet support" |
701 | depends on NET_PCI && PCI && MIPS | 626 | depends on NET_PCI && PCI && MIPS |