Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) Kconfig (80128ff79d282cf71b1819dbca9b8dd47d8ed3e8)
1#
2# PCCARD (PCMCIA/CardBus) bus subsystem configuration
3#
4
5menu "PCCARD (PCMCIA/CardBus) support"
6
7config PCCARD
8 tristate "PCCard (PCMCIA/CardBus) support"

--- 166 unchanged lines hidden (view full) ---

175 select PCCARD_NONSTATIC
176 help
177 Say Y here to include support for the Databook TCIC family of PCMCIA
178 host bridges. These are only found on a handful of old systems.
179 "Bridge" is the name used for the hardware inside your computer that
180 PCMCIA cards are plugged into. If unsure, say N.
181
182config PCMCIA_M8XX
1#
2# PCCARD (PCMCIA/CardBus) bus subsystem configuration
3#
4
5menu "PCCARD (PCMCIA/CardBus) support"
6
7config PCCARD
8 tristate "PCCard (PCMCIA/CardBus) support"

--- 166 unchanged lines hidden (view full) ---

175 select PCCARD_NONSTATIC
176 help
177 Say Y here to include support for the Databook TCIC family of PCMCIA
178 host bridges. These are only found on a handful of old systems.
179 "Bridge" is the name used for the hardware inside your computer that
180 PCMCIA cards are plugged into. If unsure, say N.
181
182config PCMCIA_M8XX
183 tristate "MPC8xx PCMCIA support"
184 depends on PCMCIA && PPC && 8xx
185 select PCCARD_IODYN
186 help
187 Say Y here to include support for PowerPC 8xx series PCMCIA
188 controller.
183 tristate "MPC8xx PCMCIA support"
184 depends on PCMCIA && PPC && 8xx
185 select PCCARD_IODYN
186 select PCCARD_NONSTATIC
187 help
188 Say Y here to include support for PowerPC 8xx series PCMCIA
189 controller.
189
190
190 This driver is also available as a module called m8xx_pcmcia.
191 This driver is also available as a module called m8xx_pcmcia.
191
192config HD64465_PCMCIA
193 tristate "HD64465 host bridge support"
194 depends on HD64465 && PCMCIA
195
196config PCMCIA_AU1X00
197 tristate "Au1x00 pcmcia support"
198 depends on SOC_AU1X00 && PCMCIA

--- 83 unchanged lines hidden ---
192
193config HD64465_PCMCIA
194 tristate "HD64465 host bridge support"
195 depends on HD64465 && PCMCIA
196
197config PCMCIA_AU1X00
198 tristate "Au1x00 pcmcia support"
199 depends on SOC_AU1X00 && PCMCIA

--- 83 unchanged lines hidden ---