Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "S/390 network device drivers"
  3. depends on NETDEVICES && S390
  4. config LCS
  5. def_tristate m
  6. prompt "Lan Channel Station Interface"
  7. depends on CCW && NETDEVICES && (ETHERNET || FDDI)
  8. help
  9. Select this option if you want to use LCS networking on IBM System z.
  10. This device driver supports FDDI (IEEE 802.7) and Ethernet.
  11. To compile as a module, choose M. The module name is lcs.
  12. If you do not know what it is, it's safe to choose Y.
  13. config CTCM
  14. def_tristate m
  15. prompt "CTC and MPC SNA device support"
  16. depends on CCW && NETDEVICES
  17. help
  18. Select this option if you want to use channel-to-channel
  19. point-to-point networking on IBM System z.
  20. This device driver supports real CTC coupling using ESCON.
  21. It also supports virtual CTCs when running under VM.
  22. This driver also supports channel-to-channel MPC SNA devices.
  23. MPC is an SNA protocol device used by Communication Server for Linux.
  24. To compile as a module, choose M. The module name is ctcm.
  25. To compile into the kernel, choose Y.
  26. If you do not need any channel-to-channel connection, choose N.
  27. config NETIUCV
  28. def_tristate m
  29. prompt "IUCV network device support (VM only)"
  30. depends on IUCV && NETDEVICES
  31. help
  32. Select this option if you want to use inter-user communication
  33. vehicle networking under VM or VIF. It enables a fast communication
  34. link between VM guests. Using ifconfig a point-to-point connection
  35. can be established to the Linux on IBM System z
  36. running on the other VM guest. To compile as a module, choose M.
  37. The module name is netiucv. If unsure, choose Y.
  38. config SMSGIUCV
  39. def_tristate m
  40. prompt "IUCV special message support (VM only)"
  41. depends on IUCV
  42. help
  43. Select this option if you want to be able to receive SMSG messages
  44. from other VM guest systems.
  45. config SMSGIUCV_EVENT
  46. def_tristate m
  47. prompt "Deliver IUCV special messages as uevents (VM only)"
  48. depends on SMSGIUCV
  49. help
  50. Select this option to deliver CP special messages (SMSGs) as
  51. uevents. The driver handles only those special messages that
  52. start with "APP".
  53. To compile as a module, choose M. The module name is "smsgiucv_app".
  54. config QETH
  55. def_tristate y
  56. prompt "Gigabit Ethernet device support"
  57. depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
  58. help
  59. This driver supports the IBM System z OSA Express adapters
  60. in QDIO mode (all media types), HiperSockets interfaces and z/VM
  61. virtual NICs for Guest LAN and VSWITCH.
  62. For details please refer to the documentation provided by IBM at
  63. <http://www.ibm.com/developerworks/linux/linux390>
  64. To compile this driver as a module, choose M.
  65. The module name is qeth.
  66. config QETH_L2
  67. def_tristate y
  68. prompt "qeth layer 2 device support"
  69. depends on QETH
  70. help
  71. Select this option to be able to run qeth devices in layer 2 mode.
  72. To compile as a module, choose M. The module name is qeth_l2.
  73. If unsure, choose y.
  74. config QETH_L3
  75. def_tristate y
  76. prompt "qeth layer 3 device support"
  77. depends on QETH
  78. help
  79. Select this option to be able to run qeth devices in layer 3 mode.
  80. To compile as a module choose M. The module name is qeth_l3.
  81. If unsure, choose Y.
  82. config CCWGROUP
  83. tristate
  84. default (LCS || CTCM || QETH)
  85. config ISM
  86. tristate "Support for ISM vPCI Adapter"
  87. depends on PCI && SMC
  88. default n
  89. help
  90. Select this option if you want to use the Internal Shared Memory
  91. vPCI Adapter.
  92. To compile as a module choose M. The module name is ism.
  93. If unsure, choose N.
  94. endmenu