Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | Kconfig (553d6d5f5b84f11fad8043688137dac96df1a06d) |
---|---|
1# 2# PCCARD (PCMCIA/CardBus) bus subsystem configuration 3# 4 5menuconfig PCCARD 6 tristate "PCCard (PCMCIA/CardBus) support" 7 depends on HOTPLUG 8 ---help--- --- 178 unchanged lines hidden (view full) --- 187 controller. 188 189 This driver is also available as a module called m8xx_pcmcia. 190 191config PCMCIA_AU1X00 192 tristate "Au1x00 pcmcia support" 193 depends on SOC_AU1X00 && PCMCIA 194 | 1# 2# PCCARD (PCMCIA/CardBus) bus subsystem configuration 3# 4 5menuconfig PCCARD 6 tristate "PCCard (PCMCIA/CardBus) support" 7 depends on HOTPLUG 8 ---help--- --- 178 unchanged lines hidden (view full) --- 187 controller. 188 189 This driver is also available as a module called m8xx_pcmcia. 190 191config PCMCIA_AU1X00 192 tristate "Au1x00 pcmcia support" 193 depends on SOC_AU1X00 && PCMCIA 194 |
195config PCMCIA_BCM63XX 196 tristate "bcm63xx pcmcia support" 197 depends on BCM63XX && PCMCIA 198 |
|
195config PCMCIA_SA1100 196 tristate "SA1100 support" 197 depends on ARM && ARCH_SA1100 && PCMCIA 198 help 199 Say Y here to include support for SA11x0-based PCMCIA or CF 200 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ 201 Xscale(R) embedded machines. 202 --- 89 unchanged lines hidden --- | 199config PCMCIA_SA1100 200 tristate "SA1100 support" 201 depends on ARM && ARCH_SA1100 && PCMCIA 202 help 203 Say Y here to include support for SA11x0-based PCMCIA or CF 204 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ 205 Xscale(R) embedded machines. 206 --- 89 unchanged lines hidden --- |