Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. # -*- shell-script -*-
  2. menu "IEEE 1394 (FireWire) support"
  3. config IEEE1394
  4. tristate "IEEE 1394 (FireWire) support"
  5. depends on PCI || BROKEN
  6. select NET
  7. help
  8. IEEE 1394 describes a high performance serial bus, which is also
  9. known as FireWire(tm) or i.Link(tm) and is used for connecting all
  10. sorts of devices (most notably digital video cameras) to your
  11. computer.
  12. If you have FireWire hardware and want to use it, say Y here. This
  13. is the core support only, you will also need to select a driver for
  14. your IEEE 1394 adapter.
  15. To compile this driver as a module, say M here: the
  16. module will be called ieee1394.
  17. comment "Subsystem Options"
  18. depends on IEEE1394
  19. config IEEE1394_VERBOSEDEBUG
  20. bool "Excessive debugging output"
  21. depends on IEEE1394
  22. help
  23. If you say Y here, you will get very verbose debugging logs from
  24. the subsystem which includes a dump of the header of every sent
  25. and received packet. This can amount to a high amount of data
  26. collected in a very short time which is usually also saved to
  27. disk by the system logging daemons.
  28. Say Y if you really want or need the debugging output, everyone
  29. else says N.
  30. config IEEE1394_EXTRA_CONFIG_ROMS
  31. bool "Build in extra config rom entries for certain functionality"
  32. depends on IEEE1394
  33. help
  34. Some IEEE1394 functionality depends on extra config rom entries
  35. being available in the host adapters CSR. These options will
  36. allow you to choose which ones.
  37. config IEEE1394_CONFIG_ROM_IP1394
  38. bool "IP-1394 Entry"
  39. depends on IEEE1394_EXTRA_CONFIG_ROMS && IEEE1394
  40. help
  41. Adds an entry for using IP-over-1394. If you want to use your
  42. IEEE1394 bus as a network for IP systems (including interacting
  43. with MacOSX and WinXP IP-over-1394), enable this option and the
  44. eth1394 option below.
  45. comment "Device Drivers"
  46. depends on IEEE1394
  47. comment "Texas Instruments PCILynx requires I2C"
  48. depends on IEEE1394 && I2C=n
  49. config IEEE1394_PCILYNX
  50. tristate "Texas Instruments PCILynx support"
  51. depends on PCI && IEEE1394 && I2C
  52. select I2C_ALGOBIT
  53. help
  54. Say Y here if you have an IEEE-1394 controller with the Texas
  55. Instruments PCILynx chip. Note: this driver is written for revision
  56. 2 of this chip and may not work with revision 0.
  57. To compile this driver as a module, say M here: the
  58. module will be called pcilynx.
  59. config IEEE1394_OHCI1394
  60. tristate "OHCI-1394 support"
  61. depends on PCI && IEEE1394
  62. help
  63. Enable this driver if you have an IEEE 1394 controller based on the
  64. OHCI-1394 specification. The current driver is only tested with OHCI
  65. chipsets made by Texas Instruments and NEC. Most third-party vendors
  66. use one of these chipsets. It should work with any OHCI-1394
  67. compliant card, however.
  68. To compile this driver as a module, say M here: the
  69. module will be called ohci1394.
  70. comment "Protocol Drivers"
  71. depends on IEEE1394
  72. config IEEE1394_VIDEO1394
  73. tristate "OHCI-1394 Video support"
  74. depends on IEEE1394 && IEEE1394_OHCI1394
  75. help
  76. This option enables video device usage for OHCI-1394 cards. Enable
  77. this option only if you have an IEEE 1394 video device connected to
  78. an OHCI-1394 card.
  79. comment "SBP-2 support (for storage devices) requires SCSI"
  80. depends on IEEE1394 && SCSI=n
  81. config IEEE1394_SBP2
  82. tristate "SBP-2 support (Harddisks etc.)"
  83. depends on IEEE1394 && SCSI
  84. help
  85. This option enables you to use SBP-2 devices connected to an IEEE
  86. 1394 bus. SBP-2 devices include storage devices like harddisks and
  87. DVD drives, also some other FireWire devices like scanners.
  88. You should also enable support for disks, CD-ROMs, etc. in the SCSI
  89. configuration section.
  90. config IEEE1394_SBP2_PHYS_DMA
  91. bool "Enable replacement for physical DMA in SBP2"
  92. depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL && (X86_32 || PPC_32)
  93. help
  94. This builds sbp2 for use with non-OHCI host adapters which do not
  95. support physical DMA or for when ohci1394 is run with phys_dma=0.
  96. Physical DMA is data movement without assistance of the drivers'
  97. interrupt handlers. This option includes the interrupt handlers
  98. that are required in absence of this hardware feature.
  99. This option is buggy and currently broken on some architectures.
  100. If unsure, say N.
  101. config IEEE1394_ETH1394
  102. tristate "Ethernet over 1394"
  103. depends on IEEE1394 && EXPERIMENTAL && INET
  104. select IEEE1394_CONFIG_ROM_IP1394
  105. select IEEE1394_EXTRA_CONFIG_ROMS
  106. help
  107. This driver implements a functional majority of RFC 2734: IPv4 over
  108. 1394. It will provide IP connectivity with implementations of RFC
  109. 2734 found on other operating systems. It will not communicate with
  110. older versions of this driver found in stock kernels prior to 2.6.3.
  111. This driver is still considered experimental. It does not yet support
  112. MCAP, therefore multicast support is significantly limited.
  113. config IEEE1394_DV1394
  114. tristate "OHCI-DV I/O support (deprecated)"
  115. depends on IEEE1394 && IEEE1394_OHCI1394
  116. help
  117. The dv1394 driver will be removed from Linux in a future release.
  118. Its functionality is now provided by raw1394 together with libraries
  119. such as libiec61883.
  120. config IEEE1394_RAWIO
  121. tristate "Raw IEEE1394 I/O support"
  122. depends on IEEE1394
  123. help
  124. Say Y here if you want support for the raw device. This is generally
  125. a good idea, so you should say Y here. The raw device enables
  126. direct communication of user programs with the IEEE 1394 bus and
  127. thus with the attached peripherals.
  128. To compile this driver as a module, say M here: the
  129. module will be called raw1394.
  130. endmenu