aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/Kconfig
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2009-10-04 08:55:29 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-02-27 06:52:51 -0500
commit0273b4efccd3bc2b2ef5ea9778e71d8efbbb7ac7 (patch)
treec67c6fb5ff0aa4a0201676374b252ea60475235c /drivers/pcmcia/Kconfig
parent27dd65ac9afabc8e67ab73f7c2f575eddbb47167 (diff)
MIPS: Alchemy: XXS1500 PCMCIA driver rewrite
Rewritten XXS1500 PCMCIA socket driver, standalone (doesn't depend on au1000_generic.c) and added carddetect IRQ support. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Cc: Florian Fainelli <florian@openwrt.org> Cc: Linux-PCMCIA <linux-pcmcia@lists.infradead.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r--drivers/pcmcia/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 7c16d35679a6..1e01578a0a77 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -185,6 +185,16 @@ config PCMCIA_ALCHEMY_DEVBOARD
185 185
186 This driver is also available as a module called db1xxx_ss.ko 186 This driver is also available as a module called db1xxx_ss.ko
187 187
188config PCMCIA_XXS1500
189 tristate "MyCable XXS1500 PCMCIA socket support"
190 depends on PCMCIA && MIPS_XXS1500
191 select 64BIT_PHYS_ADDR
192 help
193 Support for the PCMCIA/CF socket interface on MyCable XXS1500
194 systems.
195
196 This driver is also available as a module called xxs1500_ss.ko
197
188config PCMCIA_BCM63XX 198config PCMCIA_BCM63XX
189 tristate "bcm63xx pcmcia support" 199 tristate "bcm63xx pcmcia support"
190 depends on BCM63XX && PCMCIA 200 depends on BCM63XX && PCMCIA