diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2005-09-09 16:03:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:48 -0400 |
commit | f74e48a51c38f54fa26eb86a7a42f592156eccc2 (patch) | |
tree | c1b514520463170a51d2dc243664827425d7bc34 /drivers/pcmcia/Kconfig | |
parent | 71ed90d89eff51a1137cbef727f11b8f7d5b20f1 (diff) |
[PATCH] pcmcia: OMAP CF controller
This adds a socket driver for the OMAP CF controller; it's currently in use on
OSK boards.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.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 6485f75d2fb3..ddc741e6ecbf 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -221,6 +221,13 @@ config PCMCIA_VRC4173 | |||
221 | tristate "NEC VRC4173 CARDU support" | 221 | tristate "NEC VRC4173 CARDU support" |
222 | depends on CPU_VR41XX && PCI && PCMCIA | 222 | depends on CPU_VR41XX && PCI && PCMCIA |
223 | 223 | ||
224 | config OMAP_CF | ||
225 | tristate "OMAP CompactFlash Controller" | ||
226 | depends on PCMCIA && ARCH_OMAP16XX | ||
227 | help | ||
228 | Say Y here to support the CompactFlash controller on OMAP. | ||
229 | Note that this doesn't support "True IDE" mode. | ||
230 | |||
224 | config PCCARD_NONSTATIC | 231 | config PCCARD_NONSTATIC |
225 | tristate | 232 | tristate |
226 | 233 | ||