Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 1 | # |
| 2 | # IBM device configuration. |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_IBM |
| 6 | bool "IBM devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 8 | depends on MCA || PPC_PSERIES || PPC_PSERIES || PPC_DCR || \ |
Ben Hutchings | 3865fe1 | 2012-11-16 12:46:43 +0000 | [diff] [blame] | 9 | (IBMEBUS && SPARSEMEM) |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 10 | ---help--- |
| 11 | If you have a network (Ethernet) card belonging to this class, say Y |
| 12 | and read the Ethernet-HOWTO, available from |
| 13 | <http://www.tldp.org/docs.html#howto>. |
| 14 | |
| 15 | Note that the answer to this question doesn't directly affect the |
| 16 | kernel: saying N will just cause the configurator to skip all |
| 17 | the questions about IBM devices. If you say Y, you will be asked for |
| 18 | your specific card in the following questions. |
| 19 | |
| 20 | if NET_VENDOR_IBM |
| 21 | |
| 22 | config IBMVETH |
| 23 | tristate "IBM LAN Virtual Ethernet support" |
| 24 | depends on PPC_PSERIES |
| 25 | ---help--- |
| 26 | This driver supports virtual ethernet adapters on newer IBM iSeries |
| 27 | and pSeries systems. |
| 28 | |
| 29 | To compile this driver as a module, choose M here. The module will |
| 30 | be called ibmveth. |
| 31 | |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 32 | source "drivers/net/ethernet/ibm/emac/Kconfig" |
| 33 | |
| 34 | config EHEA |
| 35 | tristate "eHEA Ethernet support" |
Ben Hutchings | 3865fe1 | 2012-11-16 12:46:43 +0000 | [diff] [blame] | 36 | depends on IBMEBUS && SPARSEMEM |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 37 | ---help--- |
| 38 | This driver supports the IBM pSeries eHEA ethernet adapter. |
| 39 | |
| 40 | To compile the driver as a module, choose M here. The module |
| 41 | will be called ehea. |
| 42 | |
| 43 | endif # NET_VENDOR_IBM |