blob: 563a1ac71dbc8aa332657a9625120e90253b9aa5 [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---
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
19if NET_VENDOR_IBM
20
21config 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
Jeff Kirsher9aa32832011-05-13 14:29:12 -070031source "drivers/net/ethernet/ibm/emac/Kconfig"
32
33config EHEA
34 tristate "eHEA Ethernet support"
Ben Hutchings3865fe12012-11-16 12:46:43 +000035 depends on IBMEBUS && SPARSEMEM
Jeff Kirsher9aa32832011-05-13 14:29:12 -070036 ---help---
37 This driver supports the IBM pSeries eHEA ethernet adapter.
38
39 To compile the driver as a module, choose M here. The module
40 will be called ehea.
41
42endif # NET_VENDOR_IBM