diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-20 10:50:27 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:21:33 -0400 |
commit | 8862bf1ed60de49550109b7023a0a33eb7db8b3c (patch) | |
tree | 76e2c24e847a986c139061f5d522aa94ce97e083 /drivers/net/Kconfig | |
parent | a88394cfb58007cca945699545469017beb0d206 (diff) |
ioc3-eth/meth: Move the SGI drivers
Move the SGI drivers into drivers/net/ethernet/sgi/ and make the
necessary Kconfig and Makefile changes.
CC: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0cb136c1d6db..aec74ad67cc0 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -244,16 +244,6 @@ config KORINA | |||
244 | If you have a Mikrotik RouterBoard 500 or IDT RC32434 | 244 | If you have a Mikrotik RouterBoard 500 or IDT RC32434 |
245 | based system say Y. Otherwise say N. | 245 | based system say Y. Otherwise say N. |
246 | 246 | ||
247 | config 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 | |||
257 | config MIPS_SIM_NET | 247 | config MIPS_SIM_NET |
258 | tristate "MIPS simulator Network device" | 248 | tristate "MIPS simulator Network device" |
259 | depends on MIPS_SIM | 249 | depends on MIPS_SIM |
@@ -262,10 +252,6 @@ config MIPS_SIM_NET | |||
262 | emulated by the MIPS Simulator. | 252 | emulated by the MIPS Simulator. |
263 | If you are not using a MIPSsim or are unsure, say N. | 253 | If you are not using a MIPSsim or are unsure, say N. |
264 | 254 | ||
265 | config SGI_O2MACE_ETH | ||
266 | tristate "SGI O2 MACE Fast Ethernet support" | ||
267 | depends on SGI_IP32=y | ||
268 | |||
269 | config SH_ETH | 255 | config SH_ETH |
270 | tristate "Renesas SuperH Ethernet support" | 256 | tristate "Renesas SuperH Ethernet support" |
271 | depends on SUPERH && \ | 257 | depends on SUPERH && \ |