Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. menu "S/390 network device drivers"
  2. depends on NETDEVICES && S390
  3. config LCS
  4. tristate "Lan Channel Station Interface"
  5. depends on NETDEVICES && (NET_ETHERNET || TR || FDDI)
  6. help
  7. Select this option if you want to use LCS networking on IBM S/390
  8. or zSeries. This device driver supports Token Ring (IEEE 802.5),
  9. FDDI (IEEE 802.7) and Ethernet.
  10. This option is also available as a module which will be
  11. called lcs.ko. If you do not know what it is, it's safe to say "Y".
  12. config CTC
  13. tristate "CTC device support"
  14. depends on NETDEVICES
  15. help
  16. Select this option if you want to use channel-to-channel networking
  17. on IBM S/390 or zSeries. This device driver supports real CTC
  18. coupling using ESCON. It also supports virtual CTCs when running
  19. under VM. It will use the channel device configuration if this is
  20. available. This option is also available as a module which will be
  21. called ctc.ko. If you do not know what it is, it's safe to say "Y".
  22. config IUCV
  23. tristate "IUCV support (VM only)"
  24. help
  25. Select this option if you want to use inter-user communication
  26. under VM or VIF. If unsure, say "Y" to enable a fast communication
  27. link between VM guests.
  28. config NETIUCV
  29. tristate "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 for zSeries and S7390 system
  36. running on the other VM guest. This option is also available
  37. as a module which will be called netiucv.ko. If unsure, say "Y".
  38. config SMSGIUCV
  39. tristate "IUCV special message support (VM only)"
  40. depends on IUCV
  41. help
  42. Select this option if you want to be able to receive SMSG messages
  43. from other VM guest systems.
  44. config CLAW
  45. tristate "CLAW device support"
  46. depends on NETDEVICES
  47. help
  48. This driver supports channel attached CLAW devices.
  49. CLAW is Common Link Access for Workstation. Common devices
  50. that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
  51. To compile as a module choose M here: The module will be called
  52. claw.ko to compile into the kernel choose Y
  53. config QETH
  54. tristate "Gigabit Ethernet device support"
  55. depends on NETDEVICES && IP_MULTICAST && QDIO
  56. help
  57. This driver supports the IBM S/390 and zSeries OSA Express adapters
  58. in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
  59. interfaces in QDIO and HIPER mode.
  60. For details please refer to the documentation provided by IBM at
  61. <http://www10.software.ibm.com/developerworks/opensource/linux390>
  62. To compile this driver as a module, choose M here: the
  63. module will be called qeth.ko.
  64. comment "Gigabit Ethernet default settings"
  65. depends on QETH
  66. config QETH_IPV6
  67. bool "IPv6 support for gigabit ethernet"
  68. depends on (QETH = IPV6) || (QETH && IPV6 = 'y')
  69. help
  70. If CONFIG_QETH is switched on, this option will include IPv6
  71. support in the qeth device driver.
  72. config QETH_VLAN
  73. bool "VLAN support for gigabit ethernet"
  74. depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y')
  75. help
  76. If CONFIG_QETH is switched on, this option will include IEEE
  77. 802.1q VLAN support in the qeth device driver.
  78. config CCWGROUP
  79. tristate
  80. default (LCS || CTC || QETH)
  81. endmenu