aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2009-02-11 13:12:19 -0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-02-14 08:08:13 +0000
commitab00d68276295a1b4da7ad924a35a3566e9c2698 (patch)
treeae6ff435ae9ded73e8138aa9e3ec04e925d10929 /drivers/mtd
parent[MTD] [MAPS] blackfin: fix memory leak in error path (diff)
downloadlinux-dev-ab00d68276295a1b4da7ad924a35a3566e9c2698.tar.xz
linux-dev-ab00d68276295a1b4da7ad924a35a3566e9c2698.zip
[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@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/maps/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 0225cbbf22de..043d50fb6ef6 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