[MTD] [MAPS] blackfin async requires complex mappings
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sat Feb 14 03:59:01 EST 2009
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=ab00d68276295a1b4da7ad924a35a3566e9c2698
Commit: ab00d68276295a1b4da7ad924a35a3566e9c2698
Parent: 10715b8751dfc403aeb7fbc35166417fa1664eda
Author: Mike Frysinger <vapier.adi at gmail.com>
AuthorDate: Wed Feb 11 13:12:19 2009 -0800
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Sat Feb 14 08:08:13 2009 +0000
[MTD] [MAPS] blackfin async requires complex mappings
Correct a build error. bfin-async uses complex mappings and so needs it.
Signed-off-by: Mike Frysinger <vapier.adi at gmail.com>
Signed-off-by: Bryan Wu <cooloney at kernel.org>
Cc: David Woodhouse <dwmw2 at infradead.org>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
drivers/mtd/maps/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 0225cbb..043d50f 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -491,7 +491,7 @@ config MTD_PCMCIA_ANONYMOUS
config MTD_BFIN_ASYNC
tristate "Blackfin BF533-STAMP Flash Chip Support"
- depends on BFIN533_STAMP && MTD_CFI
+ depends on BFIN533_STAMP && MTD_CFI && MTD_COMPLEX_MAPPINGS
select MTD_PARTITIONS
default y
help
More information about the linux-mtd-cvs
mailing list