Kconfig 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #
  2. # PCMCIA bus subsystem configuration
  3. #
  4. # Right now the non-CardBus choices are not supported
  5. # by the integrated kernel driver.
  6. #
  7. menu "PCCARD (PCMCIA/CardBus) support"
  8. config PCCARD
  9. tristate "PCCard (PCMCIA/CardBus) support"
  10. select HOTPLUG
  11. ---help---
  12. Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
  13. computer. These are credit-card size devices such as network cards,
  14. modems or hard drives often used with laptops computers. There are
  15. actually two varieties of these cards: 16 bit PCMCIA and 32 bit
  16. CardBus cards.
  17. To compile this driver as modules, choose M here: the
  18. module will be called pcmcia_core.
  19. if PCCARD
  20. config PCMCIA_DEBUG
  21. bool "Enable PCCARD debugging"
  22. help
  23. Say Y here to enable PCMCIA subsystem debugging. You
  24. will need to choose the debugging level either via the
  25. kernel command line, or module options depending whether
  26. you build the PCMCIA as modules.
  27. The kernel command line options are:
  28. pcmcia_core.pc_debug=N
  29. ds.pc_debug=N
  30. sa11xx_core.pc_debug=N
  31. The module option is called pc_debug=N
  32. In all the above examples, N is the debugging verbosity
  33. level.
  34. config PCMCIA
  35. tristate "16-bit PCMCIA support"
  36. default y
  37. ---help---
  38. This option enables support for 16-bit PCMCIA cards. Most older
  39. PC-cards are such 16-bit PCMCIA cards, so unless you know you're
  40. only using 32-bit CardBus cards, say Y or M here.
  41. To use 16-bit PCMCIA cards, you will need supporting software in
  42. most cases. (see the file <file:Documentation/Changes> for
  43. location and details).
  44. To compile this driver as modules, choose M here: the
  45. module will be called pcmcia.
  46. If unsure, say Y.
  47. config PCMCIA_LOAD_CIS
  48. bool "Load CIS updates from userspace (EXPERIMENTAL)"
  49. depends on PCMCIA && EXPERIMENTAL
  50. select FW_LOADER
  51. default y
  52. help
  53. Some PCMCIA cards require an updated Card Information Structure (CIS)
  54. to be loaded from userspace to work correctly. If you say Y here,
  55. and your userspace is arranged correctly, this will be loaded
  56. automatically using the in-kernel firmware loader and the hotplug
  57. subsystem, instead of relying on cardmgr from pcmcia-cs to do so.
  58. If unsure, say Y.
  59. config PCMCIA_IOCTL
  60. bool
  61. depends on PCMCIA
  62. default y
  63. help
  64. If you say Y here, the deprecated ioctl interface to the PCMCIA
  65. subsystem will be built. It is needed by cardmgr and cardctl
  66. (pcmcia-cs) to function properly.
  67. If you do not use the new pcmciautils package, and have a
  68. yenta, Cirrus PD6729, i82092, i82365 or tcic compatible bridge,
  69. you need to say Y here to be able to use 16-bit PCMCIA cards.
  70. If unsure, say Y.
  71. config CARDBUS
  72. bool "32-bit CardBus support"
  73. depends on PCI
  74. default y
  75. ---help---
  76. CardBus is a bus mastering architecture for PC-cards, which allows
  77. for 32 bit PC-cards (the original PCMCIA standard specifies only
  78. a 16 bit wide bus). Many newer PC-cards are actually CardBus cards.
  79. To use 32 bit PC-cards, you also need a CardBus compatible host
  80. bridge. Virtually all modern PCMCIA bridges do this, and most of
  81. them are "yenta-compatible", so say Y or M there, too.
  82. If unsure, say Y.
  83. comment "PC-card bridges"
  84. config YENTA
  85. tristate "CardBus yenta-compatible bridge support"
  86. depends on CARDBUS
  87. select PCCARD_NONSTATIC
  88. ---help---
  89. This option enables support for CardBus host bridges. Virtually
  90. all modern PCMCIA bridges are CardBus compatible. A "bridge" is
  91. the hardware inside your computer that PCMCIA cards are plugged
  92. into.
  93. To compile this driver as modules, choose M here: the
  94. module will be called yenta_socket.
  95. If unsure, say Y.
  96. config PD6729
  97. tristate "Cirrus PD6729 compatible bridge support"
  98. depends on PCMCIA && PCI
  99. select PCCARD_NONSTATIC
  100. help
  101. This provides support for the Cirrus PD6729 PCI-to-PCMCIA bridge
  102. device, found in some older laptops and PCMCIA card readers.
  103. config I82092
  104. tristate "i82092 compatible bridge support"
  105. depends on PCMCIA && PCI
  106. select PCCARD_NONSTATIC
  107. help
  108. This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,
  109. found in some older laptops and more commonly in evaluation boards for the
  110. chip.
  111. config I82365
  112. tristate "i82365 compatible bridge support"
  113. depends on PCMCIA && ISA
  114. select PCCARD_NONSTATIC
  115. help
  116. Say Y here to include support for ISA-bus PCMCIA host bridges that
  117. are register compatible with the Intel i82365. These are found on
  118. older laptops and ISA-bus card readers for desktop systems. A
  119. "bridge" is the hardware inside your computer that PCMCIA cards are
  120. plugged into. If unsure, say N.
  121. config TCIC
  122. tristate "Databook TCIC host bridge support"
  123. depends on PCMCIA
  124. select PCCARD_NONSTATIC
  125. help
  126. Say Y here to include support for the Databook TCIC family of PCMCIA
  127. host bridges. These are only found on a handful of old systems.
  128. "Bridge" is the name used for the hardware inside your computer that
  129. PCMCIA cards are plugged into. If unsure, say N.
  130. config HD64465_PCMCIA
  131. tristate "HD64465 host bridge support"
  132. depends on HD64465 && PCMCIA
  133. config PCMCIA_AU1X00
  134. tristate "Au1x00 pcmcia support"
  135. depends on SOC_AU1X00 && PCMCIA
  136. config PCMCIA_SA1100
  137. tristate "SA1100 support"
  138. depends on ARM && ARCH_SA1100 && PCMCIA
  139. help
  140. Say Y here to include support for SA11x0-based PCMCIA or CF
  141. sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
  142. Xscale(R) embedded machines.
  143. This driver is also available as a module called sa1100_cs.
  144. config PCMCIA_SA1111
  145. tristate "SA1111 support"
  146. depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
  147. help
  148. Say Y here to include support for SA1111-based PCMCIA or CF
  149. sockets, found on the Jornada 720, Graphicsmaster and other
  150. StrongARM(R)/Xscale(R) embedded machines.
  151. This driver is also available as a module called sa1111_cs.
  152. config PCMCIA_PXA2XX
  153. tristate "PXA2xx support"
  154. depends on ARM && ARCH_PXA && PCMCIA
  155. help
  156. Say Y here to include support for the PXA2xx PCMCIA controller
  157. config PCMCIA_PROBE
  158. bool
  159. default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X
  160. config M32R_PCC
  161. bool "M32R PCMCIA I/F"
  162. depends on M32R && CHIP_M32700 && PCMCIA
  163. select PCCARD_NONSTATIC
  164. help
  165. Say Y here to use the M32R PCMCIA controller.
  166. config M32R_CFC
  167. bool "M32R CF I/F Controller"
  168. depends on M32R && (PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT)
  169. select PCCARD_NONSTATIC
  170. help
  171. Say Y here to use the M32R CompactFlash controller.
  172. config M32R_CFC_NUM
  173. int "M32R CF I/F number"
  174. depends on M32R_CFC
  175. default "1" if PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT
  176. help
  177. Set the number of M32R CF slots.
  178. config PCMCIA_VRC4171
  179. tristate "NEC VRC4171 Card Controllers support"
  180. depends on VRC4171 && PCMCIA
  181. config PCMCIA_VRC4173
  182. tristate "NEC VRC4173 CARDU support"
  183. depends on CPU_VR41XX && PCI && PCMCIA
  184. config PCCARD_NONSTATIC
  185. tristate
  186. endif # PCCARD
  187. endmenu