Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. # Parport configuration.
  6. #
  7. menuconfig PARPORT
  8. tristate "Parallel port support"
  9. depends on HAS_IOMEM
  10. ---help---
  11. If you want to use devices connected to your machine's parallel port
  12. (the connector at the computer with 25 holes), e.g. printer, ZIP
  13. drive, PLIP link (Parallel Line Internet Protocol is mainly used to
  14. create a mini network by connecting the parallel ports of two local
  15. machines) etc., then you need to say Y here; please read
  16. <file:Documentation/parport.txt> and
  17. <file:drivers/parport/BUGS-parport>.
  18. For extensive information about drivers for many devices attaching
  19. to the parallel port see <http://www.torque.net/linux-pp.html> on
  20. the WWW.
  21. It is possible to share a single parallel port among several devices
  22. and it is safe to compile all the corresponding drivers into the
  23. kernel. To compile parallel port support as a module, choose M here:
  24. the module will be called parport.
  25. If you have more than one parallel port and want to specify which
  26. port and IRQ to be used by this driver at module load time, take a
  27. look at <file:Documentation/parport.txt>.
  28. If unsure, say Y.
  29. if PARPORT
  30. config PARPORT_PC
  31. tristate "PC-style hardware"
  32. depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && (!M68K || ISA)
  33. ---help---
  34. You should say Y here if you have a PC-style parallel port. All
  35. IBM PC compatible computers and some Alphas have PC-style
  36. parallel ports. PA-RISC owners should only say Y here if they
  37. have a SuperIO parallel port.
  38. To compile this driver as a module, choose M here: the
  39. module will be called parport_pc.
  40. If unsure, say Y.
  41. config PARPORT_SERIAL
  42. tristate "Multi-IO cards (parallel and serial)"
  43. depends on SERIAL_8250_PCI && PARPORT_PC && PCI
  44. help
  45. This adds support for multi-IO PCI cards that have parallel and
  46. serial ports. You should say Y or M here. If you say M, the module
  47. will be called parport_serial.
  48. config PARPORT_PC_FIFO
  49. bool "Use FIFO/DMA if available (EXPERIMENTAL)"
  50. depends on PARPORT_PC && EXPERIMENTAL
  51. help
  52. Many parallel port chipsets provide hardware that can speed up
  53. printing. Say Y here if you want to take advantage of that.
  54. As well as actually having a FIFO, or DMA capability, the kernel
  55. will need to know which IRQ the parallel port has. By default,
  56. parallel port interrupts will not be used, and so neither will the
  57. FIFO. See <file:Documentation/parport.txt> to find out how to
  58. specify which IRQ/DMA to use.
  59. config PARPORT_PC_SUPERIO
  60. bool "SuperIO chipset support (EXPERIMENTAL)"
  61. depends on PARPORT_PC && EXPERIMENTAL
  62. help
  63. Saying Y here enables some probes for Super-IO chipsets in order to
  64. find out things like base addresses, IRQ lines and DMA channels. It
  65. is safe to say N.
  66. config PARPORT_PC_PCMCIA
  67. tristate "Support for PCMCIA management for PC-style ports"
  68. depends on PCMCIA && PARPORT_PC
  69. help
  70. Say Y here if you need PCMCIA support for your PC-style parallel
  71. ports. If unsure, say N.
  72. config PARPORT_IP32
  73. tristate "SGI IP32 builtin port (EXPERIMENTAL)"
  74. depends on SGI_IP32 && EXPERIMENTAL
  75. select PARPORT_NOT_PC
  76. help
  77. Say Y here if you need support for the parallel port on
  78. SGI O2 machines. This code is also available as a module (say M),
  79. called parport_ip32. If in doubt, saying N is the safe plan.
  80. config PARPORT_AMIGA
  81. tristate "Amiga builtin port"
  82. depends on AMIGA
  83. select PARPORT_NOT_PC
  84. help
  85. Say Y here if you need support for the parallel port hardware on
  86. Amiga machines. This code is also available as a module (say M),
  87. called parport_amiga. If in doubt, saying N is the safe plan.
  88. config PARPORT_MFC3
  89. tristate "Multiface III parallel port"
  90. depends on ZORRO
  91. select PARPORT_NOT_PC
  92. help
  93. Say Y here if you need parallel port support for the MFC3 card.
  94. This code is also available as a module (say M), called
  95. parport_mfc3. If in doubt, saying N is the safe plan.
  96. config PARPORT_ATARI
  97. tristate "Atari hardware"
  98. depends on ATARI
  99. select PARPORT_NOT_PC
  100. help
  101. Say Y here if you need support for the parallel port hardware on
  102. Atari machines. This code is also available as a module (say M),
  103. called parport_atari. If in doubt, saying N is the safe plan.
  104. config PARPORT_GSC
  105. tristate
  106. default GSC
  107. select PARPORT_NOT_PC
  108. config PARPORT_SUNBPP
  109. tristate "Sparc hardware (EXPERIMENTAL)"
  110. depends on SBUS && EXPERIMENTAL
  111. select PARPORT_NOT_PC
  112. help
  113. This driver provides support for the bidirectional parallel port
  114. found on many Sun machines. Note that many of the newer Ultras
  115. actually have pc style hardware instead.
  116. config PARPORT_AX88796
  117. tristate "AX88796 Parallel Port"
  118. select PARPORT_NOT_PC
  119. help
  120. Say Y here if you need support for the parallel port hardware on
  121. the AX88796 network controller chip. This code is also available
  122. as a module (say M), called parport_ax88796.
  123. The driver is not dependant on the AX88796 network driver, and
  124. should not interfere with the networking functions of the chip.
  125. config PARPORT_1284
  126. bool "IEEE 1284 transfer modes"
  127. help
  128. If you have a printer that supports status readback or device ID, or
  129. want to use a device that uses enhanced parallel port transfer modes
  130. such as EPP and ECP, say Y here to enable advanced IEEE 1284
  131. transfer modes. Also say Y if you want device ID information to
  132. appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
  133. config PARPORT_NOT_PC
  134. bool
  135. endif # PARPORT