mtd: SC520CDP should depend on MTD_CONCAT
authorDaniel Drake <dsd@gentoo.org>
Sat, 29 Apr 2006 10:41:44 +0000 (11:41 +0100)
committerJosh Boyer <jwboyer@gmail.com>
Sat, 29 Apr 2006 13:48:55 +0000 (08:48 -0500)
commitfbbc21c6a491503e55e08e3f7c4629c1337ea1cc
tree12edcb1cfb2d687655819fb85b3035dfee5e375d
parent954c24227318c166ec1925e1229db442e1f56f51
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@gentoo.org>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
drivers/mtd/maps/Kconfig