Kconfig 506 B

123456789101112131415
  1. config IUCV
  2. tristate "IUCV support (VM only)"
  3. depends on S390
  4. help
  5. Select this option if you want to use inter-user communication under
  6. VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
  7. communication link between VM guests.
  8. config AFIUCV
  9. tristate "AF_IUCV support (VM only)"
  10. depends on IUCV
  11. help
  12. Select this option if you want to use inter-user communication under
  13. VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
  14. communication link between VM guests.