public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MTD Maps: make uclinux mapping driver depend on MTD_RAM since it only probes that
@ 2008-08-15  8:26 Bryan Wu
  0 siblings, 0 replies; only message in thread
From: Bryan Wu @ 2008-08-15  8:26 UTC (permalink / raw)
  To: dwmw2; +Cc: Bryan Wu, linux-mtd, linux-kernel, Mike Frysinger

From: Mike Frysinger <vapier.adi@gmail.com>

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 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 df8e00b..50bb046 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -522,7 +522,7 @@ config MTD_BFIN_ASYNC
 
 config MTD_UCLINUX
 	tristate "Generic uClinux RAM/ROM filesystem support"
-	depends on MTD_PARTITIONS && !MMU
+	depends on MTD_PARTITIONS && MTD_RAM && !MMU
 	help
 	  Map driver to support image based filesystems for uClinux.
 
-- 
1.5.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-15  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-15  8:26 [PATCH 1/1] MTD Maps: make uclinux mapping driver depend on MTD_RAM since it only probes that Bryan Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox