Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) Kconfig (1ffaa640c6ba135aafc91841204e41846eae6841)
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
7 help
8 Select this option if you want to use LCS networking on IBM System z.

--- 29 unchanged lines hidden (view full) ---

38
39config SMSGIUCV
40 tristate "IUCV special message support (VM only)"
41 depends on IUCV
42 help
43 Select this option if you want to be able to receive SMSG messages
44 from other VM guest systems.
45
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
7 help
8 Select this option if you want to use LCS networking on IBM System z.

--- 29 unchanged lines hidden (view full) ---

38
39config SMSGIUCV
40 tristate "IUCV special message support (VM only)"
41 depends on IUCV
42 help
43 Select this option if you want to be able to receive SMSG messages
44 from other VM guest systems.
45
46config SMSGIUCV_EVENT
47 tristate "Deliver IUCV special messages as uevents (VM only)"
48 depends on SMSGIUCV
49 help
50 Select this option to deliver CP special messages (SMSGs) as
51 uevents. The driver handles only those special messages that
52 start with "APP".
53
54 To compile as a module, choose M. The module name is "smsgiucv_app".
55
46config CLAW
47 tristate "CLAW device support"
48 depends on CCW && NETDEVICES
49 help
50 This driver supports channel attached CLAW devices.
51 CLAW is Common Link Access for Workstation. Common devices
52 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
53 To compile as a module, choose M. The module name is claw.

--- 42 unchanged lines hidden ---
56config CLAW
57 tristate "CLAW device support"
58 depends on CCW && NETDEVICES
59 help
60 This driver supports channel attached CLAW devices.
61 CLAW is Common Link Access for Workstation. Common devices
62 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
63 To compile as a module, choose M. The module name is claw.

--- 42 unchanged lines hidden ---