From: Mike Frysinger Date: Wed, 11 Feb 2009 21:12:19 +0000 (-0800) Subject: [MTD] [MAPS] blackfin async requires complex mappings X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ab00d68276295a1b4da7ad924a35a3566e9c2698;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.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 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