swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 6221f222c0ebf1acdf7abcf927178f40e1a65e2a authored by Linus Torvalds on 06 April 2011, 01:30:43 UTC
Linux 2.6.39-rc2
Tip revision: 6221f22
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