blob: 37dceabf8861a12f20c1881be7fb7a8b705d8a1d [file] [log] [blame]
Jeff Kirsher9aa32832011-05-13 14:29:12 -07001#
2# IBM device configuration.
3#
4
5config NET_VENDOR_IBM
6 bool "IBM devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Paul Gortmakerbd118b62013-05-29 04:13:54 +00008 depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
Jeff Kirsher9aa32832011-05-13 14:29:12 -07009 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher9aa32832011-05-13 14:29:12 -070011
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
17if NET_VENDOR_IBM
18
19config 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 Kirsher9aa32832011-05-13 14:29:12 -070029source "drivers/net/ethernet/ibm/emac/Kconfig"
30
31config EHEA
32 tristate "eHEA Ethernet support"
Ben Hutchings3865fe12012-11-16 12:46:43 +000033 depends on IBMEBUS && SPARSEMEM
Jeff Kirsher9aa32832011-05-13 14:29:12 -070034 ---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
Thomas Falcon032c5e82015-12-21 11:26:06 -060040config IBMVNIC
41 tristate "IBM Virtual NIC support"
42 depends on PPC_PSERIES
43 ---help---
44 This driver supports Virtual NIC adapters on IBM i and IBM System p
45 systems.
46
47 To compile this driver as a module, choose M here. The module will
48 be called ibmvnic.
49
Jeff Kirsher9aa32832011-05-13 14:29:12 -070050endif # NET_VENDOR_IBM