diff options
Diffstat (limited to 'drivers/net/ethernet/ibm/Kconfig')
-rw-r--r-- | drivers/net/ethernet/ibm/Kconfig | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig new file mode 100644 index 000000000000..4c7ef980f1c6 --- /dev/null +++ b/drivers/net/ethernet/ibm/Kconfig | |||
@@ -0,0 +1,47 @@ | |||
1 | # | ||
2 | # IBM device configuration. | ||
3 | # | ||
4 | |||
5 | config NET_VENDOR_IBM | ||
6 | bool "IBM devices" | ||
7 | depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \ | ||
8 | (IBMEBUS && INET && SPARSEMEM) | ||
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 IBM devices. If you say Y, you will be asked for | ||
17 | your specific card in the following questions. | ||
18 | |||
19 | if NET_VENDOR_IBM | ||
20 | |||
21 | config IBMVETH | ||
22 | tristate "IBM LAN Virtual Ethernet support" | ||
23 | depends on PPC_PSERIES | ||
24 | ---help--- | ||
25 | This driver supports virtual ethernet adapters on newer IBM iSeries | ||
26 | and pSeries systems. | ||
27 | |||
28 | To compile this driver as a module, choose M here. The module will | ||
29 | be called ibmveth. | ||
30 | |||
31 | config ISERIES_VETH | ||
32 | tristate "iSeries Virtual Ethernet driver support" | ||
33 | depends on PPC_ISERIES | ||
34 | |||
35 | source "drivers/net/ethernet/ibm/emac/Kconfig" | ||
36 | |||
37 | config EHEA | ||
38 | tristate "eHEA Ethernet support" | ||
39 | depends on IBMEBUS && INET && SPARSEMEM | ||
40 | select INET_LRO | ||
41 | ---help--- | ||
42 | This driver supports the IBM pSeries eHEA ethernet adapter. | ||
43 | |||
44 | To compile the driver as a module, choose M here. The module | ||
45 | will be called ehea. | ||
46 | |||
47 | endif # NET_VENDOR_IBM | ||