diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-19 04:15:12 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 15:38:01 -0400 |
commit | 3215df6a8e35fe6fc7c86ee0df2863c669a8e068 (patch) | |
tree | dca18e0d61b12fcda96b480572e41d2c1ea9431c /drivers/net/Kconfig | |
parent | 19c72cacce0ed8def4a37a5b4c4408cc83cf949c (diff) |
mipsnet: Move the MIPS driver
Move the MIPS drivers into drivers/net/ethernet/ and
make the necessary Kconfig and Makefile changes.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d9b3cb5aad33..d38cad2c6b7c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -237,14 +237,6 @@ config MACB | |||
237 | 237 | ||
238 | source "drivers/net/arm/Kconfig" | 238 | source "drivers/net/arm/Kconfig" |
239 | 239 | ||
240 | config MIPS_SIM_NET | ||
241 | tristate "MIPS simulator Network device" | ||
242 | depends on MIPS_SIM | ||
243 | help | ||
244 | The MIPSNET device is a simple Ethernet network device which is | ||
245 | emulated by the MIPS Simulator. | ||
246 | If you are not using a MIPSsim or are unsure, say N. | ||
247 | |||
248 | config SH_ETH | 240 | config SH_ETH |
249 | tristate "Renesas SuperH Ethernet support" | 241 | tristate "Renesas SuperH Ethernet support" |
250 | depends on SUPERH && \ | 242 | depends on SUPERH && \ |