From patchwork Tue Jul 14 13:28:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mtd/maps: uclinux: depend on MTD_RAM being built into the kernel Date: Tue, 14 Jul 2009 03:28:02 -0000 From: Mike Frysinger X-Patchwork-Id: 29764 Message-Id: <1247578082-6474-1-git-send-email-vapier@gentoo.org> To: linux-mtd@lists.infradead.org Cc: uclinux-dev@uclinux.org If MTD_RAM is built as a module, the uClinux map does not work since it can only be built in to the kernel. Signed-off-by: Mike Frysinger --- 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 0b98654..b98c7f8 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -493,7 +493,7 @@ config MTD_BFIN_ASYNC config MTD_UCLINUX bool "Generic uClinux RAM/ROM filesystem support" - depends on MTD_PARTITIONS && MTD_RAM && !MMU + depends on MTD_PARTITIONS && MTD_RAM=y && !MMU help Map driver to support image based filesystems for uClinux.