diff options
author | Joachim Eastwood <manabian@gmail.com> | 2013-06-06 04:24:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-06 15:57:42 -0400 |
commit | ed9084ecfccae55ea45c7f068d1f513b979a0132 (patch) | |
tree | 8dcab0793f6f2c9874e9e8edace75beefb6b0d64 /drivers/pcmcia/Kconfig | |
parent | a843168dc9f222c4c46751d96c2b701b6539f261 (diff) |
pcmcia: at91_cf: add support for DT
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index b90f85bf5f81..80faa56c684d 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -288,7 +288,7 @@ config BFIN_CFPCMCIA | |||
288 | 288 | ||
289 | config AT91_CF | 289 | config AT91_CF |
290 | tristate "AT91 CompactFlash Controller" | 290 | tristate "AT91 CompactFlash Controller" |
291 | depends on PCMCIA && ARCH_AT91RM9200 | 291 | depends on PCMCIA && ARCH_AT91 |
292 | help | 292 | help |
293 | Say Y here to support the CompactFlash controller on AT91 chips. | 293 | Say Y here to support the CompactFlash controller on AT91 chips. |
294 | Or choose M to compile the driver as a module named "at91_cf". | 294 | Or choose M to compile the driver as a module named "at91_cf". |