Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 IBM's OSA Express network adapters in QDIO mode,
  60. HiperSockets interfaces and z/VM virtual NICs for Guest LAN and
  61. VSWITCH.
  62. To compile this driver as a module, choose M.
  63. The module name is qeth.
  64. config QETH_L2
  65. def_tristate y
  66. prompt "qeth layer 2 device support"
  67. depends on QETH
  68. depends on BRIDGE || BRIDGE=n
  69. help
  70. Select this option to be able to run qeth devices in layer 2 mode.
  71. To compile as a module, choose M. The module name is qeth_l2.
  72. If unsure, choose y.
  73. config QETH_L3
  74. def_tristate y
  75. prompt "qeth layer 3 device support"
  76. depends on QETH
  77. help
  78. Select this option to be able to run qeth devices in layer 3 mode.
  79. To compile as a module choose M. The module name is qeth_l3.
  80. If unsure, choose Y.
  81. config QETH_OSX
  82. def_bool !HAVE_MARCH_Z15_FEATURES
  83. prompt "qeth OSX device support"
  84. depends on QETH
  85. help
  86. This enables the qeth driver to support devices in OSX mode.
  87. If unsure, choose N.
  88. config CCWGROUP
  89. tristate
  90. default (LCS || CTCM || QETH || SMC)
  91. config ISM
  92. tristate "Support for ISM vPCI Adapter"
  93. depends on PCI && SMC
  94. default n
  95. help
  96. Select this option if you want to use the Internal Shared Memory
  97. vPCI Adapter.
  98. To compile as a module choose M. The module name is ism.
  99. If unsure, choose N.
  100. endmenu