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 | |
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')
-rw-r--r-- | drivers/net/Kconfig | 25 | ||||
-rw-r--r-- | drivers/net/Makefile | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/Kconfig | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/Makefile | 1 | ||||
-rw-r--r-- | drivers/net/ethernet/racal/Kconfig | 32 | ||||
-rw-r--r-- | drivers/net/ethernet/racal/Makefile | 5 | ||||
-rw-r--r-- | drivers/net/ethernet/racal/ni5010.c (renamed from drivers/net/ni5010.c) | 0 | ||||
-rw-r--r-- | drivers/net/ethernet/racal/ni5010.h (renamed from drivers/net/ni5010.h) | 0 |
8 files changed, 39 insertions, 26 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 diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 49b3e87075d..e641f703bba 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -140,7 +140,6 @@ obj-$(CONFIG_8139TOO) += 8139too.o obj-$(CONFIG_CPMAC) += cpmac.o obj-$(CONFIG_EWRK3) += ewrk3.o obj-$(CONFIG_ATP) += atp.o -obj-$(CONFIG_NI5010) += ni5010.o obj-$(CONFIG_SC92031) += sc92031.o obj-$(CONFIG_ETH16I) += eth16i.o diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig index d0a8fa8ab7e..7efbb7cf91a 100644 --- a/drivers/net/ethernet/Kconfig +++ b/drivers/net/ethernet/Kconfig @@ -19,6 +19,7 @@ source "drivers/net/ethernet/chelsio/Kconfig" source "drivers/net/ethernet/intel/Kconfig" source "drivers/net/ethernet/i825xx/Kconfig" source "drivers/net/ethernet/qlogic/Kconfig" +source "drivers/net/ethernet/racal/Kconfig" source "drivers/net/ethernet/smsc/Kconfig" endif # ETHERNET diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile index 6d3276a4801..86da8b8339e 100644 --- a/drivers/net/ethernet/Makefile +++ b/drivers/net/ethernet/Makefile @@ -10,4 +10,5 @@ obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/ obj-$(CONFIG_NET_VENDOR_INTEL) += intel/ obj-$(CONFIG_NET_VENDOR_I825XX) += i825xx/ obj-$(CONFIG_NET_VENDOR_QLOGIC) += qlogic/ +obj-$(CONFIG_NET_VENDOR_RACAL) += racal/ obj-$(CONFIG_NET_VENDOR_SMSC) += smsc/ diff --git a/drivers/net/ethernet/racal/Kconfig b/drivers/net/ethernet/racal/Kconfig new file mode 100644 index 00000000000..45d493036ce --- /dev/null +++ b/drivers/net/ethernet/racal/Kconfig @@ -0,0 +1,32 @@ +# +# Racal-Interlan device configuration +# + +config NET_VENDOR_RACAL + bool "Racal-Interlan (Micom) NI devices" + depends on ISA + ---help--- + If you have a network (Ethernet) card belonging to this class, such + as the NI5010, NI5210 or NI6210, 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. + +if NET_VENDOR_RACAL + +config NI5010 + tristate "NI5010 support (EXPERIMENTAL)" + depends on 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. + +endif # NET_VENDOR_RACAL diff --git a/drivers/net/ethernet/racal/Makefile b/drivers/net/ethernet/racal/Makefile new file mode 100644 index 00000000000..1e210ca1d78 --- /dev/null +++ b/drivers/net/ethernet/racal/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Racal-Interlan network device drivers. +# + +obj-$(CONFIG_NI5010) += ni5010.o diff --git a/drivers/net/ni5010.c b/drivers/net/ethernet/racal/ni5010.c index 4d3f2e2b28b..4d3f2e2b28b 100644 --- a/drivers/net/ni5010.c +++ b/drivers/net/ethernet/racal/ni5010.c diff --git a/drivers/net/ni5010.h b/drivers/net/ethernet/racal/ni5010.h index e10e717fcd7..e10e717fcd7 100644 --- a/drivers/net/ni5010.h +++ b/drivers/net/ethernet/racal/ni5010.h |