Kconfig (95148229d32e5c68445a59d981482dba57f91919) | Kconfig (b340a207c5d81a0a33899e8ab3236a04dd8b48c3) |
---|---|
1# 2# Apple device configuration 3# 4 5config NET_VENDOR_APPLE 6 bool "Apple devices" 7 default y | 1# 2# Apple device configuration 3# 4 5config NET_VENDOR_APPLE 6 bool "Apple devices" 7 default y |
8 depends on (PPC_PMAC && PPC32) || MAC || ISA || EISA || MACH_IXDP2351 \ 9 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440 | 8 depends on (PPC_PMAC && PPC32) || MAC |
10 ---help--- 11 If you have a network (Ethernet) card belonging to this class, say Y 12 and read the Ethernet-HOWTO, available from 13 <http://www.tldp.org/docs.html#howto>. 14 15 Note that the answer to this question doesn't directly affect the 16 kernel: saying N will just cause the configurator to skip all 17 the questions about IBM devices. If you say Y, you will be asked for --- 52 unchanged lines hidden (view full) --- 70 depends on MAC 71 select CRC32 72 ---help--- 73 Support for the onboard AMD 79C940 MACE Ethernet controller used in 74 the 660AV and 840AV Macintosh. If you have one of these Macintoshes 75 say Y and read the Ethernet-HOWTO, available from 76 <http://www.tldp.org/docs.html#howto>. 77 | 9 ---help--- 10 If you have a network (Ethernet) card belonging to this class, say Y 11 and read the Ethernet-HOWTO, available from 12 <http://www.tldp.org/docs.html#howto>. 13 14 Note that the answer to this question doesn't directly affect the 15 kernel: saying N will just cause the configurator to skip all 16 the questions about IBM devices. If you say Y, you will be asked for --- 52 unchanged lines hidden (view full) --- 69 depends on MAC 70 select CRC32 71 ---help--- 72 Support for the onboard AMD 79C940 MACE Ethernet controller used in 73 the 660AV and 840AV Macintosh. If you have one of these Macintoshes 74 say Y and read the Ethernet-HOWTO, available from 75 <http://www.tldp.org/docs.html#howto>. 76 |
78config CS89x0 79 tristate "CS89x0 support" 80 depends on (ISA || EISA || MACH_IXDP2351 \ 81 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440) 82 ---help--- 83 Support for CS89x0 chipset based Ethernet cards. If you have a 84 network (Ethernet) card of this type, say Y and read the 85 Ethernet-HOWTO, available from 86 <http://www.tldp.org/docs.html#howto> as well as 87 <file:Documentation/networking/cs89x0.txt>. 88 89 To compile this driver as a module, choose M here. The module 90 will be called cs89x0. 91 92config CS89x0_NONISA_IRQ 93 def_bool y 94 depends on CS89x0 != n 95 depends on MACH_IXDP2351 || ARCH_IXDP2X01 || MACH_MX31ADS || MACH_QQ2440 96 | |
97endif # NET_VENDOR_APPLE | 77endif # NET_VENDOR_APPLE |