diff options
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 1f4ad0e7836e..cba6c9eef28e 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -263,6 +263,13 @@ config OMAP_CF | |||
263 | Say Y here to support the CompactFlash controller on OMAP. | 263 | Say Y here to support the CompactFlash controller on OMAP. |
264 | Note that this doesn't support "True IDE" mode. | 264 | Note that this doesn't support "True IDE" mode. |
265 | 265 | ||
266 | config AT91_CF | ||
267 | tristate "AT91 CompactFlash Controller" | ||
268 | depends on PCMCIA && ARCH_AT91RM9200 | ||
269 | help | ||
270 | Say Y here to support the CompactFlash controller on AT91 chips. | ||
271 | Or choose M to compile the driver as a module named "at91_cf". | ||
272 | |||
266 | config PCCARD_NONSTATIC | 273 | config PCCARD_NONSTATIC |
267 | tristate | 274 | tristate |
268 | 275 | ||