Kconfig 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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: the older 16 bit PCMCIA cards
  16. and the newer 32 bit 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 from
  42. David Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
  43. for location). Please also read the PCMCIA-HOWTO, available from
  44. <http://www.tldp.org/docs.html#howto>.
  45. To compile this driver as modules, choose M here: the
  46. module will be called pcmcia.
  47. If unsure, say Y.
  48. config CARDBUS
  49. bool "32-bit CardBus support"
  50. depends on PCI
  51. default y
  52. ---help---
  53. CardBus is a bus mastering architecture for PC-cards, which allows
  54. for 32 bit PC-cards (the original PCMCIA standard specifies only
  55. a 16 bit wide bus). Many newer PC-cards are actually CardBus cards.
  56. To use 32 bit PC-cards, you also need a CardBus compatible host
  57. bridge. Virtually all modern PCMCIA bridges do this, and most of
  58. them are "yenta-compatible", so say Y or M there, too.
  59. If unsure, say Y.
  60. comment "PC-card bridges"
  61. config YENTA
  62. tristate "CardBus yenta-compatible bridge support"
  63. depends on PCI
  64. #fixme: remove dependendcy on CARDBUS
  65. depends on CARDBUS
  66. select PCCARD_NONSTATIC
  67. ---help---
  68. This option enables support for CardBus host bridges. Virtually
  69. all modern PCMCIA bridges are CardBus compatible. A "bridge" is
  70. the hardware inside your computer that PCMCIA cards are plugged
  71. into.
  72. To compile this driver as modules, choose M here: the
  73. module will be called yenta_socket.
  74. If unsure, say Y.
  75. config PD6729
  76. tristate "Cirrus PD6729 compatible bridge support"
  77. depends on PCMCIA && PCI
  78. select PCCARD_NONSTATIC
  79. help
  80. This provides support for the Cirrus PD6729 PCI-to-PCMCIA bridge
  81. device, found in some older laptops and PCMCIA card readers.
  82. config I82092
  83. tristate "i82092 compatible bridge support"
  84. depends on PCMCIA && PCI
  85. select PCCARD_NONSTATIC
  86. help
  87. This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,
  88. found in some older laptops and more commonly in evaluation boards for the
  89. chip.
  90. config I82365
  91. tristate "i82365 compatible bridge support"
  92. depends on PCMCIA && ISA
  93. select PCCARD_NONSTATIC
  94. help
  95. Say Y here to include support for ISA-bus PCMCIA host bridges that
  96. are register compatible with the Intel i82365. These are found on
  97. older laptops and ISA-bus card readers for desktop systems. A
  98. "bridge" is the hardware inside your computer that PCMCIA cards are
  99. plugged into. If unsure, say N.
  100. config TCIC
  101. tristate "Databook TCIC host bridge support"
  102. depends on PCMCIA
  103. select PCCARD_NONSTATIC
  104. help
  105. Say Y here to include support for the Databook TCIC family of PCMCIA
  106. host bridges. These are only found on a handful of old systems.
  107. "Bridge" is the name used for the hardware inside your computer that
  108. PCMCIA cards are plugged into. If unsure, say N.
  109. config HD64465_PCMCIA
  110. tristate "HD64465 host bridge support"
  111. depends on HD64465 && PCMCIA
  112. config PCMCIA_AU1X00
  113. tristate "Au1x00 pcmcia support"
  114. depends on SOC_AU1X00 && PCMCIA
  115. config PCMCIA_SA1100
  116. tristate "SA1100 support"
  117. depends on ARM && ARCH_SA1100 && PCMCIA
  118. help
  119. Say Y here to include support for SA11x0-based PCMCIA or CF
  120. sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
  121. Xscale(R) embedded machines.
  122. This driver is also available as a module called sa1100_cs.
  123. config PCMCIA_SA1111
  124. tristate "SA1111 support"
  125. depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
  126. help
  127. Say Y here to include support for SA1111-based PCMCIA or CF
  128. sockets, found on the Jornada 720, Graphicsmaster and other
  129. StrongARM(R)/Xscale(R) embedded machines.
  130. This driver is also available as a module called sa1111_cs.
  131. config PCMCIA_PXA2XX
  132. tristate "PXA2xx support"
  133. depends on ARM && ARCH_PXA && PCMCIA
  134. help
  135. Say Y here to include support for the PXA2xx PCMCIA controller
  136. config PCMCIA_PROBE
  137. bool
  138. default y if ISA && !ARCH_SA1100 && !ARCH_CLPS711X
  139. config M32R_PCC
  140. bool "M32R PCMCIA I/F"
  141. depends on M32R && CHIP_M32700 && PCMCIA
  142. select PCCARD_NONSTATIC
  143. help
  144. Say Y here to use the M32R PCMCIA controller.
  145. config M32R_CFC
  146. bool "M32R CF I/F Controller"
  147. depends on M32R && (PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT)
  148. select PCCARD_NONSTATIC
  149. help
  150. Say Y here to use the M32R CompactFlash controller.
  151. config M32R_CFC_NUM
  152. int "M32R CF I/F number"
  153. depends on M32R_CFC
  154. default "1" if PLAT_USRV || PLAT_M32700UT || PLAT_MAPPI2 || PLAT_MAPPI3 || PLAT_OPSPUT
  155. help
  156. Set the number of M32R CF slots.
  157. config PCMCIA_VRC4171
  158. tristate "NEC VRC4171 Card Controllers support"
  159. depends on VRC4171 && PCMCIA
  160. config PCMCIA_VRC4173
  161. tristate "NEC VRC4173 CARDU support"
  162. depends on CPU_VR41XX && PCI && PCMCIA
  163. config PCCARD_NONSTATIC
  164. tristate
  165. endif # PCCARD
  166. endmenu