Kconfig (a88394cfb58007cca945699545469017beb0d206) Kconfig (8862bf1ed60de49550109b7023a0a33eb7db8b3c)
1#
2# Network device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
8menuconfig NETDEVICES

--- 230 unchanged lines hidden (view full) ---

239
240config KORINA
241 tristate "Korina (IDT RC32434) Ethernet support"
242 depends on NET_ETHERNET && MIKROTIK_RB532
243 help
244 If you have a Mikrotik RouterBoard 500 or IDT RC32434
245 based system say Y. Otherwise say N.
246
1#
2# Network device configuration
3#
4
5config HAVE_NET_MACB
6 bool
7
8menuconfig NETDEVICES

--- 230 unchanged lines hidden (view full) ---

239
240config KORINA
241 tristate "Korina (IDT RC32434) Ethernet support"
242 depends on NET_ETHERNET && MIKROTIK_RB532
243 help
244 If you have a Mikrotik RouterBoard 500 or IDT RC32434
245 based system say Y. Otherwise say N.
246
247config SGI_IOC3_ETH
248 bool "SGI IOC3 Ethernet"
249 depends on PCI && SGI_IP27
250 select CRC32
251 select MII
252 help
253 If you have a network (Ethernet) card of this type, say Y and read
254 the Ethernet-HOWTO, available from
255 <http://www.tldp.org/docs.html#howto>.
256
257config MIPS_SIM_NET
258 tristate "MIPS simulator Network device"
259 depends on MIPS_SIM
260 help
261 The MIPSNET device is a simple Ethernet network device which is
262 emulated by the MIPS Simulator.
263 If you are not using a MIPSsim or are unsure, say N.
264
247config MIPS_SIM_NET
248 tristate "MIPS simulator Network device"
249 depends on MIPS_SIM
250 help
251 The MIPSNET device is a simple Ethernet network device which is
252 emulated by the MIPS Simulator.
253 If you are not using a MIPSsim or are unsure, say N.
254
265config SGI_O2MACE_ETH
266 tristate "SGI O2 MACE Fast Ethernet support"
267 depends on SGI_IP32=y
268
269config SH_ETH
270 tristate "Renesas SuperH Ethernet support"
271 depends on SUPERH && \
272 (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
273 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
274 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
275 select CRC32
276 select MII

--- 1317 unchanged lines hidden ---
255config SH_ETH
256 tristate "Renesas SuperH Ethernet support"
257 depends on SUPERH && \
258 (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
259 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
260 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
261 select CRC32
262 select MII

--- 1317 unchanged lines hidden ---