From: Mike Frysinger Date: Wed, 11 Feb 2009 21:12:19 +0000 (-0800) Subject: [MTD] [MAPS] blackfin async requires complex mappings X-Git-Tag: v3.0~10479^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab00d68276295a1b4da7ad924a35a3566e9c2698;p=platform%2Fkernel%2Flinux-amlogic.git [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 Signed-off-by: Bryan Wu Cc: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- 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