diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-12 21:21:33 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 02:33:31 -0700 |
commit | 8efc91254fda97ee78e2e0b8e016120e664131de (patch) | |
tree | 3e8fdaad0c81411c49c19abe5e9b4db56fcdd740 /drivers/net/Kconfig | |
parent | 628a604842b68cb0fc483e7cd5fcfb836be633d5 (diff) | |
download | linux-3.10-8efc91254fda97ee78e2e0b8e016120e664131de.tar.gz linux-3.10-8efc91254fda97ee78e2e0b8e016120e664131de.tar.bz2 linux-3.10-8efc91254fda97ee78e2e0b8e016120e664131de.zip |
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 d7d0b3532bc..b76de822b52 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -581,31 +581,6 @@ config GRETH help Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. -config NET_VENDOR_RACAL - bool "Racal-Interlan (Micom) NI cards" - depends on ISA - help - If you have a network (Ethernet) card belonging to this class, such - as the NI5010, say Y and read the Ethernet-HOWTO, - available from <http://www.tldp.org/docs.html#howto>. - - Note that the answer to this question doesn't directly affect the - kernel: saying N will just cause the configurator to skip all - the questions about NI cards. If you say Y, you will be asked for - your specific card in the following questions. - -config NI5010 - tristate "NI5010 support (EXPERIMENTAL)" - depends on NET_VENDOR_RACAL && ISA && EXPERIMENTAL && BROKEN_ON_SMP - ---help--- - If you have a network (Ethernet) card of this type, say Y and read - the Ethernet-HOWTO, available from - <http://www.tldp.org/docs.html#howto>. Note that this is still - experimental code. - - To compile this driver as a module, choose M here. The module - will be called ni5010. - config DNET tristate "Dave ethernet support (DNET)" depends on NET_ETHERNET && HAS_IOMEM |