Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. menu "IEEE 1394 (FireWire) support"
  2. depends on PCI || BROKEN
  3. source "drivers/firewire/Kconfig"
  4. config IEEE1394
  5. tristate "Legacy alternative FireWire driver stack"
  6. depends on PCI || BROKEN
  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. config IEEE1394_OHCI1394
  18. tristate "OHCI-1394 controllers"
  19. depends on PCI && IEEE1394
  20. help
  21. Enable this driver if you have an IEEE 1394 controller based on the
  22. OHCI-1394 specification. The current driver is only tested with OHCI
  23. chipsets made by Texas Instruments and NEC. Most third-party vendors
  24. use one of these chipsets. It should work with any OHCI-1394
  25. compliant card, however.
  26. To compile this driver as a module, say M here: the
  27. module will be called ohci1394.
  28. NOTE:
  29. If you want to install firewire-ohci and ohci1394 together, you
  30. should configure them only as modules and blacklist the driver(s)
  31. which you don't want to have auto-loaded. Add either
  32. blacklist firewire-ohci
  33. or
  34. blacklist ohci1394
  35. blacklist video1394
  36. blacklist dv1394
  37. to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
  38. depending on your distribution.
  39. comment "PCILynx controller requires I2C"
  40. depends on IEEE1394 && I2C=n
  41. config IEEE1394_PCILYNX
  42. tristate "PCILynx controller"
  43. depends on PCI && IEEE1394 && I2C
  44. select I2C_ALGOBIT
  45. help
  46. Say Y here if you have an IEEE-1394 controller with the Texas
  47. Instruments PCILynx chip. Note: this driver is written for revision
  48. 2 of this chip and may not work with revision 0.
  49. To compile this driver as a module, say M here: the
  50. module will be called pcilynx.
  51. Only some old and now very rare PCI and CardBus cards and
  52. PowerMacs G3 B&W contain the PCILynx controller. Therefore
  53. almost everybody can say N here.
  54. comment "SBP-2 support (for storage devices) requires SCSI"
  55. depends on IEEE1394 && SCSI=n
  56. config IEEE1394_SBP2
  57. tristate "Storage devices (SBP-2 protocol)"
  58. depends on IEEE1394 && SCSI
  59. help
  60. This option enables you to use SBP-2 devices connected to an IEEE
  61. 1394 bus. SBP-2 devices include storage devices like harddisks and
  62. DVD drives, also some other FireWire devices like scanners.
  63. You should also enable support for disks, CD-ROMs, etc. in the SCSI
  64. configuration section.
  65. config IEEE1394_SBP2_PHYS_DMA
  66. bool "Enable replacement for physical DMA in SBP2"
  67. depends on IEEE1394_SBP2 && VIRT_TO_BUS && EXPERIMENTAL
  68. help
  69. This builds sbp2 for use with non-OHCI host adapters which do not
  70. support physical DMA or for when ohci1394 is run with phys_dma=0.
  71. Physical DMA is data movement without assistance of the drivers'
  72. interrupt handlers. This option includes the interrupt handlers
  73. that are required in absence of this hardware feature.
  74. This option is buggy and currently broken on some architectures.
  75. If unsure, say N.
  76. config IEEE1394_ETH1394_ROM_ENTRY
  77. depends on IEEE1394
  78. bool
  79. default n
  80. config IEEE1394_ETH1394
  81. tristate "IP networking over 1394 (experimental)"
  82. depends on IEEE1394 && EXPERIMENTAL && INET
  83. select IEEE1394_ETH1394_ROM_ENTRY
  84. help
  85. This driver implements a functional majority of RFC 2734: IPv4 over
  86. 1394. It will provide IP connectivity with implementations of RFC
  87. 2734 found on other operating systems. It will not communicate with
  88. older versions of this driver found in stock kernels prior to 2.6.3.
  89. This driver is still considered experimental. It does not yet support
  90. MCAP, therefore multicast support is significantly limited.
  91. The module is called eth1394 although it does not emulate Ethernet.
  92. config IEEE1394_RAWIO
  93. tristate "raw1394 userspace interface"
  94. depends on IEEE1394
  95. help
  96. This option adds support for the raw1394 device file which enables
  97. direct communication of user programs with IEEE 1394 devices
  98. (isochronous and asynchronous). Almost all application programs
  99. which access FireWire require this option.
  100. To compile this driver as a module, say M here: the module will be
  101. called raw1394.
  102. config IEEE1394_VIDEO1394
  103. tristate "video1394 userspace interface"
  104. depends on IEEE1394 && IEEE1394_OHCI1394
  105. help
  106. This option adds support for the video1394 device files which enable
  107. isochronous communication of user programs with IEEE 1394 devices,
  108. especially video capture or export. This interface is used by all
  109. libdc1394 based programs and by several other programs, in addition to
  110. the raw1394 interface. It is generally not required for DV capture.
  111. To compile this driver as a module, say M here: the module will be
  112. called video1394.
  113. config IEEE1394_DV1394
  114. tristate "dv1394 userspace interface (deprecated)"
  115. depends on IEEE1394 && IEEE1394_OHCI1394
  116. help
  117. The dv1394 driver is unsupported and may be removed from Linux in a
  118. future release. Its functionality is now provided by raw1394 together
  119. with libraries such as libiec61883.
  120. config IEEE1394_VERBOSEDEBUG
  121. bool "Excessive debugging output"
  122. depends on IEEE1394
  123. help
  124. If you say Y here, you will get very verbose debugging logs from the
  125. ieee1394 drivers, including sent and received packet headers. This
  126. will quickly result in large amounts of data sent to the system log.
  127. Say Y if you really need the debugging output. Everyone else says N.
  128. endmenu