diff options
author | Olof Johansson <olof@lixom.net> | 2007-10-17 02:26:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | 2b571a066a2fee14189a297ce8adc5212c58074c (patch) | |
tree | 742ac4893aa8beef1a6975fed5c9bb7530423547 /drivers/pcmcia/Kconfig | |
parent | 4975e45ff66845c9acc6c8619e80ef15eadf785e (diff) |
pcmcia: CompactFlash driver for PA Semi Electra boards
Driver for the CompactFlash slot on the PA Semi Electra eval board. It's
a simple device sitting on localbus, with interrupts and detect/voltage
control over GPIO.
The driver is implemented as an of_platform driver, and adds localbus
as a bus being probed by the of_platform framework.
[akpm@linux-foundation.org: cleanups]
[olof@lixom.net: fix build]
Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Milton Miller <miltonm@bga.com>
Cc: Kumar Gala <galak@gate.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index f201bd673137..519b4ff79f7f 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -269,6 +269,13 @@ config AT91_CF | |||
269 | Say Y here to support the CompactFlash controller on AT91 chips. | 269 | Say Y here to support the CompactFlash controller on AT91 chips. |
270 | Or choose M to compile the driver as a module named "at91_cf". | 270 | Or choose M to compile the driver as a module named "at91_cf". |
271 | 271 | ||
272 | config ELECTRA_CF | ||
273 | tristate "Electra CompactFlash Controller" | ||
274 | depends on PCMCIA && PPC_PASEMI | ||
275 | help | ||
276 | Say Y here to support the CompactFlash controller on the | ||
277 | PA Semi Electra eval board. | ||
278 | |||
272 | config PCCARD_NONSTATIC | 279 | config PCCARD_NONSTATIC |
273 | tristate | 280 | tristate |
274 | 281 | ||