diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2009-10-04 08:55:27 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:52:51 -0500 |
commit | 66213b3ccfc770704025ce9465fa3aaedde21b55 (patch) | |
tree | 2f74c1819b371926952c9c5b8f98ae808588e728 /drivers/pcmcia/Kconfig | |
parent | 7e50b2b741bb4f9dbddc9f56972ef82a7d4b33ed (diff) |
MIPS: PCMCIA: new socket driver for Au1000 demoboards.
New PCMCIA socket driver for all Db/Pb1xxx boards (except Pb1000),
which replaces au1000_db1x00.c and (most of) au1000_pb1x00.c.
Notable improvements:
- supports Db1000, DB/PB1100/1500/1550/1200.
- support for carddetect and statuschange IRQs.
- pcmcia socket mem/io/attr areas and irqs passed through
platform resource information.
- doesn't freeze system during card insertion/ejection like
the one it replaces.
- boardtype is automatically detected using BCSR ID register.
Run-tested on the DB1200.
Cc: Linux-PCMCIA <linux-pcmcia@lists.infradead.org>
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 9f3adbd9f700..7c16d35679a6 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -174,6 +174,17 @@ config PCMCIA_AU1X00 | |||
174 | tristate "Au1x00 pcmcia support" | 174 | tristate "Au1x00 pcmcia support" |
175 | depends on SOC_AU1X00 && PCMCIA | 175 | depends on SOC_AU1X00 && PCMCIA |
176 | 176 | ||
177 | config PCMCIA_ALCHEMY_DEVBOARD | ||
178 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" | ||
179 | depends on SOC_AU1X00 && PCMCIA | ||
180 | select 64BIT_PHYS_ADDR | ||
181 | help | ||
182 | Enable this driver of you want PCMCIA support on your Alchemy | ||
183 | Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200 board. | ||
184 | NOT suitable for the PB1000! | ||
185 | |||
186 | This driver is also available as a module called db1xxx_ss.ko | ||
187 | |||
177 | config PCMCIA_BCM63XX | 188 | config PCMCIA_BCM63XX |
178 | tristate "bcm63xx pcmcia support" | 189 | tristate "bcm63xx pcmcia support" |
179 | depends on BCM63XX && PCMCIA | 190 | depends on BCM63XX && PCMCIA |