Kconfig 568 B

1234567891011121314151617
  1. config IUCV
  2. depends on S390
  3. def_tristate y if S390
  4. prompt "IUCV support (S390 - z/VM only)"
  5. help
  6. Select this option if you want to use inter-user communication
  7. under VM or VIF. If you run on z/VM, say "Y" to enable a fast
  8. communication link between VM guests.
  9. config AFIUCV
  10. depends on S390
  11. def_tristate m if QETH_L3 || IUCV
  12. prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)"
  13. help
  14. Select this option if you want to use AF_IUCV socket applications
  15. based on z/VM inter-user communication vehicle or based on
  16. HiperSockets.