mtd: SC520CDP should depend on MTD_CONCAT

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed May 3 13:56:32 EDT 2006


commit fbbc21c6a491503e55e08e3f7c4629c1337ea1cc
tree 12edcb1cfb2d687655819fb85b3035dfee5e375d
parent 954c24227318c166ec1925e1229db442e1f56f51
author Daniel Drake <dsd at gentoo.org> Sat, 29 Apr 2006 11:41:44 +0100
committer Josh Boyer <jwboyer at gmail.com> Sat, 29 Apr 2006 18:48:55 -0500

mtd: SC520CDP should depend on MTD_CONCAT

Toralf Förster found a compile error when CONFIG_MTD_SC520CDP=y and
CONFIG_MTD_CONCAT=n:

drivers/built-in.o: In function `init_sc520cdp':
sc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create'
drivers/built-in.o: In function `cleanup_sc520cdp':
sc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy'

This patch fixes it.

Signed-off-by: Daniel Drake <dsd at gentoo.org>
Signed-off-by: Josh Boyer <jwboyer at gmail.com>

 drivers/mtd/maps/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 7abd7fe..80d6810 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -78,7 +78,7 @@ config MTD_PNC2000
 
 config MTD_SC520CDP
 	tristate "CFI Flash device mapped on AMD SC520 CDP"
-	depends on X86 && MTD_CFI
+	depends on X86 && MTD_CFI && MTD_CONCAT
 	help
 	  The SC520 CDP board has two banks of CFI-compliant chips and one
 	  Dual-in-line JEDEC chip. This 'mapping' driver supports that




More information about the linux-mtd-cvs mailing list