Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Martin Schwidefsky | 2356f4c | 2007-02-08 13:37:42 -0800 | [diff] [blame] | 2 | config IUCV |
Martin Schwidefsky | 2356f4c | 2007-02-08 13:37:42 -0800 | [diff] [blame] | 3 | depends on S390 |
Ursula Braun | c69748d | 2011-08-08 01:33:50 +0000 | [diff] [blame] | 4 | def_tristate y if S390 |
| 5 | prompt "IUCV support (S390 - z/VM only)" |
Martin Schwidefsky | 2356f4c | 2007-02-08 13:37:42 -0800 | [diff] [blame] | 6 | help |
Jennifer Hunt | da7de31 | 2007-07-14 19:03:00 -0700 | [diff] [blame] | 7 | Select this option if you want to use inter-user communication |
| 8 | under VM or VIF. If you run on z/VM, say "Y" to enable a fast |
Martin Schwidefsky | 2356f4c | 2007-02-08 13:37:42 -0800 | [diff] [blame] | 9 | communication link between VM guests. |
Jennifer Hunt | eac3731 | 2007-02-08 13:51:54 -0800 | [diff] [blame] | 10 | |
| 11 | config AFIUCV |
Ursula Braun | c69748d | 2011-08-08 01:33:50 +0000 | [diff] [blame] | 12 | depends on S390 |
| 13 | def_tristate m if QETH_L3 || IUCV |
| 14 | prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)" |
Jennifer Hunt | eac3731 | 2007-02-08 13:51:54 -0800 | [diff] [blame] | 15 | help |
Ursula Braun | c69748d | 2011-08-08 01:33:50 +0000 | [diff] [blame] | 16 | Select this option if you want to use AF_IUCV socket applications |
| 17 | based on z/VM inter-user communication vehicle or based on |
| 18 | HiperSockets. |