diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-02-11 13:12:19 -0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-02-14 08:08:13 +0000 |
commit | ab00d68276295a1b4da7ad924a35a3566e9c2698 (patch) | |
tree | ae6ff435ae9ded73e8138aa9e3ec04e925d10929 /drivers/mtd | |
parent | 10715b8751dfc403aeb7fbc35166417fa1664eda (diff) | |
download | op-kernel-dev-ab00d68276295a1b4da7ad924a35a3566e9c2698.zip op-kernel-dev-ab00d68276295a1b4da7ad924a35a3566e9c2698.tar.gz |
[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/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 |