Kconfig 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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 && \
  33. (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN
  34. ---help---
  35. You should say Y here if you have a PC-style parallel port. All
  36. IBM PC compatible computers and some Alphas have PC-style
  37. parallel ports. PA-RISC owners should only say Y here if they
  38. have a SuperIO parallel port.
  39. To compile this driver as a module, choose M here: the
  40. module will be called parport_pc.
  41. If unsure, say Y.
  42. config PARPORT_SERIAL
  43. tristate "Multi-IO cards (parallel and serial)"
  44. depends on SERIAL_8250_PCI && PARPORT_PC && PCI
  45. help
  46. This adds support for multi-IO PCI cards that have parallel and
  47. serial ports. You should say Y or M here. If you say M, the module
  48. will be called parport_serial.
  49. config PARPORT_PC_FIFO
  50. bool "Use FIFO/DMA if available (EXPERIMENTAL)"
  51. depends on PARPORT_PC && EXPERIMENTAL
  52. help
  53. Many parallel port chipsets provide hardware that can speed up
  54. printing. Say Y here if you want to take advantage of that.
  55. As well as actually having a FIFO, or DMA capability, the kernel
  56. will need to know which IRQ the parallel port has. By default,
  57. parallel port interrupts will not be used, and so neither will the
  58. FIFO. See <file:Documentation/parport.txt> to find out how to
  59. specify which IRQ/DMA to use.
  60. config PARPORT_PC_SUPERIO
  61. bool "SuperIO chipset support (EXPERIMENTAL)"
  62. depends on PARPORT_PC && EXPERIMENTAL
  63. help
  64. Saying Y here enables some probes for Super-IO chipsets in order to
  65. find out things like base addresses, IRQ lines and DMA channels. It
  66. is safe to say N.
  67. config PARPORT_PC_PCMCIA
  68. tristate "Support for PCMCIA management for PC-style ports"
  69. depends on PCMCIA && PARPORT_PC
  70. help
  71. Say Y here if you need PCMCIA support for your PC-style parallel
  72. ports. If unsure, say N.
  73. config PARPORT_IP32
  74. tristate "SGI IP32 builtin port (EXPERIMENTAL)"
  75. depends on SGI_IP32 && EXPERIMENTAL
  76. select PARPORT_NOT_PC
  77. help
  78. Say Y here if you need support for the parallel port on
  79. SGI O2 machines. This code is also available as a module (say M),
  80. called parport_ip32. If in doubt, saying N is the safe plan.
  81. config PARPORT_AMIGA
  82. tristate "Amiga builtin port"
  83. depends on AMIGA
  84. select PARPORT_NOT_PC
  85. help
  86. Say Y here if you need support for the parallel port hardware on
  87. Amiga machines. This code is also available as a module (say M),
  88. called parport_amiga. If in doubt, saying N is the safe plan.
  89. config PARPORT_MFC3
  90. tristate "Multiface III parallel port"
  91. depends on ZORRO
  92. select PARPORT_NOT_PC
  93. help
  94. Say Y here if you need parallel port support for the MFC3 card.
  95. This code is also available as a module (say M), called
  96. parport_mfc3. If in doubt, saying N is the safe plan.
  97. config PARPORT_ATARI
  98. tristate "Atari hardware"
  99. depends on ATARI
  100. select PARPORT_NOT_PC
  101. help
  102. Say Y here if you need support for the parallel port hardware on
  103. Atari machines. This code is also available as a module (say M),
  104. called parport_atari. If in doubt, saying N is the safe plan.
  105. config PARPORT_GSC
  106. tristate
  107. default GSC
  108. select PARPORT_NOT_PC
  109. config PARPORT_SUNBPP
  110. tristate "Sparc hardware (EXPERIMENTAL)"
  111. depends on SBUS && EXPERIMENTAL
  112. select PARPORT_NOT_PC
  113. help
  114. This driver provides support for the bidirectional parallel port
  115. found on many Sun machines. Note that many of the newer Ultras
  116. actually have pc style hardware instead.
  117. config PARPORT_AX88796
  118. tristate "AX88796 Parallel Port"
  119. select PARPORT_NOT_PC
  120. help
  121. Say Y here if you need support for the parallel port hardware on
  122. the AX88796 network controller chip. This code is also available
  123. as a module (say M), called parport_ax88796.
  124. The driver is not dependent on the AX88796 network driver, and
  125. should not interfere with the networking functions of the chip.
  126. config PARPORT_1284
  127. bool "IEEE 1284 transfer modes"
  128. help
  129. If you have a printer that supports status readback or device ID, or
  130. want to use a device that uses enhanced parallel port transfer modes
  131. such as EPP and ECP, say Y here to enable advanced IEEE 1284
  132. transfer modes. Also say Y if you want device ID information to
  133. appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
  134. config PARPORT_NOT_PC
  135. bool
  136. endif # PARPORT