swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: abe94c756c08d50566c09a65b9c7fe72f83071c5 authored by Linus Torvalds on 29 January 2010, 21:57:50 UTC
Linux 2.6.33-rc6
Tip revision: abe94c7
Kconfig
config IUCV
	tristate "IUCV support (S390 - z/VM only)"
	depends on S390
	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
	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.
back to top