Kconfig 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. #
  2. # PCCARD (PCMCIA/CardBus) bus subsystem configuration
  3. #
  4. menuconfig PCCARD
  5. tristate "PCCard (PCMCIA/CardBus) support"
  6. ---help---
  7. Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
  8. computer. These are credit-card size devices such as network cards,
  9. modems or hard drives often used with laptops computers. There are
  10. actually two varieties of these cards: 16 bit PCMCIA and 32 bit
  11. CardBus cards.
  12. To compile this driver as modules, choose M here: the
  13. module will be called pcmcia_core.
  14. if PCCARD
  15. config PCMCIA
  16. tristate "16-bit PCMCIA support"
  17. select CRC32
  18. default y
  19. ---help---
  20. This option enables support for 16-bit PCMCIA cards. Most older
  21. PC-cards are such 16-bit PCMCIA cards, so unless you know you're
  22. only using 32-bit CardBus cards, say Y or M here.
  23. To use 16-bit PCMCIA cards, you will need supporting software in
  24. most cases. (see the file <file:Documentation/Changes> for
  25. location and details).
  26. To compile this driver as modules, choose M here: the
  27. module will be called pcmcia.
  28. If unsure, say Y.
  29. config PCMCIA_LOAD_CIS
  30. bool "Load CIS updates from userspace"
  31. depends on PCMCIA
  32. select FW_LOADER
  33. default y
  34. help
  35. Some PCMCIA cards require an updated Card Information Structure (CIS)
  36. to be loaded from userspace to work correctly. If you say Y here,
  37. and your userspace is arranged correctly, this will be loaded
  38. automatically using the in-kernel firmware loader and the hotplug
  39. subsystem, instead of relying on cardmgr from pcmcia-cs to do so.
  40. If unsure, say Y.
  41. config CARDBUS
  42. bool "32-bit CardBus support"
  43. depends on PCI
  44. default y
  45. ---help---
  46. CardBus is a bus mastering architecture for PC-cards, which allows
  47. for 32 bit PC-cards (the original PCMCIA standard specifies only
  48. a 16 bit wide bus). Many newer PC-cards are actually CardBus cards.
  49. To use 32 bit PC-cards, you also need a CardBus compatible host
  50. bridge. Virtually all modern PCMCIA bridges do this, and most of
  51. them are "yenta-compatible", so say Y or M there, too.
  52. If unsure, say Y.
  53. comment "PC-card bridges"
  54. config YENTA
  55. tristate "CardBus yenta-compatible bridge support"
  56. depends on PCI
  57. select CARDBUS if !EXPERT
  58. select PCCARD_NONSTATIC if PCMCIA != n
  59. ---help---
  60. This option enables support for CardBus host bridges. Virtually
  61. all modern PCMCIA bridges are CardBus compatible. A "bridge" is
  62. the hardware inside your computer that PCMCIA cards are plugged
  63. into.
  64. To compile this driver as modules, choose M here: the
  65. module will be called yenta_socket.
  66. If unsure, say Y.
  67. config YENTA_O2
  68. default y
  69. bool "Special initialization for O2Micro bridges" if EXPERT
  70. depends on YENTA
  71. config YENTA_RICOH
  72. default y
  73. bool "Special initialization for Ricoh bridges" if EXPERT
  74. depends on YENTA
  75. config YENTA_TI
  76. default y
  77. bool "Special initialization for TI and EnE bridges" if EXPERT
  78. depends on YENTA
  79. config YENTA_ENE_TUNE
  80. default y
  81. bool "Auto-tune EnE bridges for CB cards" if EXPERT
  82. depends on YENTA_TI && CARDBUS
  83. config YENTA_TOSHIBA
  84. default y
  85. bool "Special initialization for Toshiba ToPIC bridges" if EXPERT
  86. depends on YENTA
  87. config PD6729
  88. tristate "Cirrus PD6729 compatible bridge support"
  89. depends on PCMCIA && PCI
  90. select PCCARD_NONSTATIC
  91. help
  92. This provides support for the Cirrus PD6729 PCI-to-PCMCIA bridge
  93. device, found in some older laptops and PCMCIA card readers.
  94. config I82092
  95. tristate "i82092 compatible bridge support"
  96. depends on PCMCIA && PCI
  97. select PCCARD_NONSTATIC
  98. help
  99. This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,
  100. found in some older laptops and more commonly in evaluation boards for the
  101. chip.
  102. config I82365
  103. tristate "i82365 compatible bridge support"
  104. depends on PCMCIA && ISA
  105. select PCCARD_NONSTATIC
  106. help
  107. Say Y here to include support for ISA-bus PCMCIA host bridges that
  108. are register compatible with the Intel i82365. These are found on
  109. older laptops and ISA-bus card readers for desktop systems. A
  110. "bridge" is the hardware inside your computer that PCMCIA cards are
  111. plugged into. If unsure, say N.
  112. config TCIC
  113. tristate "Databook TCIC host bridge support"
  114. depends on PCMCIA && ISA
  115. select PCCARD_NONSTATIC
  116. help
  117. Say Y here to include support for the Databook TCIC family of PCMCIA
  118. host bridges. These are only found on a handful of old systems.
  119. "Bridge" is the name used for the hardware inside your computer that
  120. PCMCIA cards are plugged into. If unsure, say N.
  121. config PCMCIA_ALCHEMY_DEVBOARD
  122. tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
  123. depends on MIPS_ALCHEMY && PCMCIA
  124. select 64BIT_PHYS_ADDR
  125. help
  126. Enable this driver of you want PCMCIA support on your Alchemy
  127. Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300
  128. board. NOT suitable for the PB1000!
  129. This driver is also available as a module called db1xxx_ss.ko
  130. config PCMCIA_XXS1500
  131. tristate "MyCable XXS1500 PCMCIA socket support"
  132. depends on PCMCIA && MIPS_XXS1500
  133. select 64BIT_PHYS_ADDR
  134. help
  135. Support for the PCMCIA/CF socket interface on MyCable XXS1500
  136. systems.
  137. This driver is also available as a module called xxs1500_ss.ko
  138. config PCMCIA_BCM63XX
  139. tristate "bcm63xx pcmcia support"
  140. depends on BCM63XX && PCMCIA
  141. config PCMCIA_SOC_COMMON
  142. tristate
  143. config PCMCIA_SA11XX_BASE
  144. tristate
  145. config PCMCIA_SA1100
  146. tristate "SA1100 support"
  147. depends on ARM && ARCH_SA1100 && PCMCIA
  148. select PCMCIA_SOC_COMMON
  149. select PCMCIA_SA11XX_BASE
  150. help
  151. Say Y here to include support for SA11x0-based PCMCIA or CF
  152. sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
  153. Xscale(R) embedded machines.
  154. This driver is also available as a module called sa1100_cs.
  155. config PCMCIA_SA1111
  156. tristate "SA1111 support"
  157. depends on ARM && SA1111 && PCMCIA
  158. select PCMCIA_SOC_COMMON
  159. select PCMCIA_SA11XX_BASE if ARCH_SA1100
  160. select PCMCIA_PXA2XX if ARCH_LUBBOCK && SA1111
  161. help
  162. Say Y here to include support for SA1111-based PCMCIA or CF
  163. sockets, found on the Jornada 720, Graphicsmaster and other
  164. StrongARM(R)/Xscale(R) embedded machines.
  165. This driver is also available as a module called sa1111_cs.
  166. config PCMCIA_PXA2XX
  167. tristate "PXA2xx support"
  168. depends on ARM && ARCH_PXA && PCMCIA
  169. depends on (ARCH_LUBBOCK || MACH_MAINSTONE || PXA_SHARPSL \
  170. || MACH_ARMCORE || ARCH_PXA_PALM || TRIZEPS_PCMCIA \
  171. || ARCOM_PCMCIA || ARCH_PXA_ESERIES || MACH_STARGATE2 \
  172. || MACH_VPAC270 || MACH_BALLOON3 || MACH_COLIBRI \
  173. || MACH_COLIBRI320 || MACH_H4700)
  174. select PCMCIA_SOC_COMMON
  175. help
  176. Say Y here to include support for the PXA2xx PCMCIA controller
  177. config PCMCIA_DEBUG
  178. bool "Enable debugging"
  179. depends on (PCMCIA_SA1111 || PCMCIA_SA1100 || PCMCIA_PXA2XX)
  180. help
  181. Say Y here to enable debugging for the SoC PCMCIA layer.
  182. You will need to choose the debugging level either via the
  183. kernel command line, or module options depending whether
  184. you build the drivers as modules.
  185. The kernel command line options are:
  186. sa11xx_core.pc_debug=N
  187. pxa2xx_core.pc_debug=N
  188. The module option is called pc_debug=N
  189. In all the above examples, N is the debugging verbosity
  190. level.
  191. config PCMCIA_PROBE
  192. bool
  193. default y if ISA && !ARCH_SA1100 && !PARISC
  194. config M32R_PCC
  195. bool "M32R PCMCIA I/F"
  196. depends on M32R && CHIP_M32700 && PCMCIA
  197. help
  198. Say Y here to use the M32R PCMCIA controller.
  199. config M32R_CFC
  200. bool "M32R CF I/F Controller"
  201. depends on M32R && (PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT)
  202. help
  203. Say Y here to use the M32R CompactFlash controller.
  204. config M32R_CFC_NUM
  205. int "M32R CF I/F number"
  206. depends on M32R_CFC
  207. default "1" if PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT
  208. help
  209. Set the number of M32R CF slots.
  210. config PCMCIA_VRC4171
  211. tristate "NEC VRC4171 Card Controllers support"
  212. depends on CPU_VR41XX && ISA && PCMCIA
  213. config PCMCIA_VRC4173
  214. tristate "NEC VRC4173 CARDU support"
  215. depends on CPU_VR41XX && PCI && PCMCIA
  216. config OMAP_CF
  217. tristate "OMAP CompactFlash Controller"
  218. depends on PCMCIA && ARCH_OMAP16XX
  219. help
  220. Say Y here to support the CompactFlash controller on OMAP.
  221. Note that this doesn't support "True IDE" mode.
  222. config BFIN_CFPCMCIA
  223. tristate "Blackfin CompactFlash PCMCIA Driver"
  224. depends on PCMCIA && BLACKFIN
  225. help
  226. Say Y here to support the CompactFlash PCMCIA driver for Blackfin.
  227. config AT91_CF
  228. tristate "AT91 CompactFlash Controller"
  229. depends on PCMCIA && ARCH_AT91
  230. help
  231. Say Y here to support the CompactFlash controller on AT91 chips.
  232. Or choose M to compile the driver as a module named "at91_cf".
  233. config ELECTRA_CF
  234. tristate "Electra CompactFlash Controller"
  235. depends on PCMCIA && PPC_PASEMI
  236. help
  237. Say Y here to support the CompactFlash controller on the
  238. PA Semi Electra eval board.
  239. config PCCARD_NONSTATIC
  240. bool
  241. config PCCARD_IODYN
  242. bool
  243. endif # PCCARD