Linux Audio

Check our new training course

Loading...
v3.15
 1#
 2# IBM device configuration.
 3#
 4
 5config NET_VENDOR_IBM
 6	bool "IBM devices"
 7	default y
 8	depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && 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
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
31source "drivers/net/ethernet/ibm/emac/Kconfig"
32
33config EHEA
34	tristate "eHEA Ethernet support"
35	depends on IBMEBUS && SPARSEMEM
36	---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
v4.6
 1#
 2# IBM device configuration.
 3#
 4
 5config NET_VENDOR_IBM
 6	bool "IBM devices"
 7	default y
 8	depends on PPC_PSERIES || PPC_DCR || (IBMEBUS && SPARSEMEM)
 9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say Y.
 
 
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
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
29source "drivers/net/ethernet/ibm/emac/Kconfig"
30
31config EHEA
32	tristate "eHEA Ethernet support"
33	depends on IBMEBUS && SPARSEMEM
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
40config 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
50endif # NET_VENDOR_IBM