-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 265291 b: refs/heads/master c: c69748d h: refs/heads/master i: 265289: 6ba5ab5 265287: d103588 v: v3
- Loading branch information
Ursula Braun
authored and
David S. Miller
committed
Aug 13, 2011
1 parent
340b06f
commit 96f2cea
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 96d042a68bc204c1d39abd71dcb29d9fcb1601ce | ||
refs/heads/master: c69748d1c9b5c2db8daae7a1eb55c46932e4376a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
config IUCV | ||
tristate "IUCV support (S390 - z/VM only)" | ||
depends on S390 | ||
def_tristate y if S390 | ||
prompt "IUCV support (S390 - z/VM only)" | ||
help | ||
Select this option if you want to use inter-user communication | ||
under VM or VIF. If you run on z/VM, say "Y" to enable a fast | ||
communication link between VM guests. | ||
|
||
config AFIUCV | ||
tristate "AF_IUCV support (S390 - z/VM only)" | ||
depends on IUCV | ||
depends on S390 | ||
def_tristate m if QETH_L3 || IUCV | ||
prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)" | ||
help | ||
Select this option if you want to use inter-user communication under | ||
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast | ||
communication link between VM guests. | ||
Select this option if you want to use AF_IUCV socket applications | ||
based on z/VM inter-user communication vehicle or based on | ||
HiperSockets. |