diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-13 00:21:33 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 05:33:31 -0400 |
commit | 8efc91254fda97ee78e2e0b8e016120e664131de (patch) | |
tree | 3e8fdaad0c81411c49c19abe5e9b4db56fcdd740 /drivers/net/Kconfig | |
parent | 628a604842b68cb0fc483e7cd5fcfb836be633d5 (diff) |
ni5010: Move the Racal-Interlan (Micom) driver
Moves the Racal-Interlan driver into drivers/net/ethernet/racal/ and
make the necessary Kconfig and Makefile changes.
CC: "Jan-Pascal van Best" <janpascal@vanbest.org>
CC: Andreas Mohr <andi@lisas.de>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d7d0b3532bc3..b76de822b52f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -581,31 +581,6 @@ config GRETH | |||
581 | help | 581 | help |
582 | Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. | 582 | Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. |
583 | 583 | ||
584 | config NET_VENDOR_RACAL | ||
585 | bool "Racal-Interlan (Micom) NI cards" | ||
586 | depends on ISA | ||
587 | help | ||
588 | If you have a network (Ethernet) card belonging to this class, such | ||
589 | as the NI5010, say Y and read the Ethernet-HOWTO, | ||
590 | available from <http://www.tldp.org/docs.html#howto>. | ||
591 | |||
592 | Note that the answer to this question doesn't directly affect the | ||
593 | kernel: saying N will just cause the configurator to skip all | ||
594 | the questions about NI cards. If you say Y, you will be asked for | ||
595 | your specific card in the following questions. | ||
596 | |||
597 | config NI5010 | ||
598 | tristate "NI5010 support (EXPERIMENTAL)" | ||
599 | depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP | ||
600 | ---help--- | ||
601 | If you have a network (Ethernet) card of this type, say Y and read | ||
602 | the Ethernet-HOWTO, available from | ||
603 | <http://www.tldp.org/docs.html#howto>. Note that this is still | ||
604 | experimental code. | ||
605 | |||
606 | To compile this driver as a module, choose M here. The module | ||
607 | will be called ni5010. | ||
608 | |||
609 | config DNET | 584 | config DNET |
610 | tristate "Dave ethernet support (DNET)" | 585 | tristate "Dave ethernet support (DNET)" |
611 | depends on NET_ETHERNET && HAS_IOMEM | 586 | depends on NET_ETHERNET && HAS_IOMEM |