Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danvet/drm...
[deliverable/linux.git] / drivers / net / ethernet / seeq / Kconfig
CommitLineData
9e13fbf7
JK
1#
2# SEEQ device configuration
3#
4
5config NET_VENDOR_SEEQ
6 bool "SEEQ devices"
88f07484 7 default y
757216ef 8 depends on HAS_IOMEM
9e13fbf7
JK
9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about SEEQ devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_SEEQ
20
21config ARM_ETHER3
22 tristate "Acorn/ANT Ether3 support"
23 depends on ARM && ARCH_ACORN
24 ---help---
25 If you have an Acorn system with one of these network cards, you
26 should say Y to this option if you wish to use it with Linux.
27
9e13fbf7
JK
28config SGISEEQ
29 tristate "SGI Seeq ethernet controller support"
30 depends on SGI_HAS_SEEQ
31 ---help---
32 Say Y here if you have an Seeq based Ethernet network card. This is
33 used in many Silicon Graphics machines.
34
35endif # NET_VENDOR_SEEQ
This page took 0.252728 seconds and 5 git commands to generate.