Kconfig 5.4 KB

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