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 |
Paul Gortmaker | bd118b6 | 2013-05-29 04:13:54 +0000 | [diff] [blame] | 8 | depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM) |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
| 14 | the questions about IBM devices. If you say Y, you will be asked for |
| 15 | your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_IBM |
| 18 | |
| 19 | config IBMVETH |
| 20 | tristate "IBM LAN Virtual Ethernet support" |
| 21 | depends on PPC_PSERIES |
| 22 | ---help--- |
| 23 | This driver supports virtual ethernet adapters on newer IBM iSeries |
| 24 | and pSeries systems. |
| 25 | |
| 26 | To compile this driver as a module, choose M here. The module will |
| 27 | be called ibmveth. |
| 28 | |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 29 | source "drivers/net/ethernet/ibm/emac/Kconfig" |
| 30 | |
| 31 | config EHEA |
| 32 | tristate "eHEA Ethernet support" |
Ben Hutchings | 3865fe1 | 2012-11-16 12:46:43 +0000 | [diff] [blame] | 33 | depends on IBMEBUS && SPARSEMEM |
Jeff Kirsher | 9aa3283 | 2011-05-13 14:29:12 -0700 | [diff] [blame] | 34 | ---help--- |
| 35 | This driver supports the IBM pSeries eHEA ethernet adapter. |
| 36 | |
| 37 | To compile the driver as a module, choose M here. The module |
| 38 | will be called ehea. |
| 39 | |
| 40 | endif # NET_VENDOR_IBM |