aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sgi/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-05-20 10:50:27 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 03:21:33 -0400
commit8862bf1ed60de49550109b7023a0a33eb7db8b3c (patch)
tree76e2c24e847a986c139061f5d522aa94ce97e083 /drivers/net/ethernet/sgi/Kconfig
parenta88394cfb58007cca945699545469017beb0d206 (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/ethernet/sgi/Kconfig')
-rw-r--r--drivers/net/ethernet/sgi/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sgi/Kconfig b/drivers/net/ethernet/sgi/Kconfig
new file mode 100644
index 000000000000..3098594ab274
--- /dev/null
+++ b/drivers/net/ethernet/sgi/Kconfig
@@ -0,0 +1,34 @@
1#
2# SGI device configuration
3#
4
5config NET_VENDOR_SGI
6 bool "SGI devices"
7 depends on (PCI && SGI_IP27) || SGI_IP32
8 ---help---
9 If you have a network (Ethernet) card belonging to this class, say Y
10 and read the Ethernet-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>.
12
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about SGI devices. If you say Y, you will be asked for
16 your specific card in the following questions.
17
18if NET_VENDOR_SGI
19
20config SGI_IOC3_ETH
21 bool "SGI IOC3 Ethernet"
22 depends on PCI && SGI_IP27
23 select CRC32
24 select MII
25 ---help---
26 If you have a network (Ethernet) card of this type, say Y and read
27 the Ethernet-HOWTO, available from
28 <http://www.tldp.org/docs.html#howto>.
29
30config SGI_O2MACE_ETH
31 tristate "SGI O2 MACE Fast Ethernet support"
32 depends on SGI_IP32=y
33
34endif # NET_VENDOR_SGI