Commit f324277c authored by Mike Frysinger's avatar Mike Frysinger Committed by David Woodhouse

[MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM

...since it only probes that
Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 4ab13943
...@@ -491,7 +491,7 @@ config MTD_BFIN_ASYNC ...@@ -491,7 +491,7 @@ config MTD_BFIN_ASYNC
config MTD_UCLINUX config MTD_UCLINUX
tristate "Generic uClinux RAM/ROM filesystem support" tristate "Generic uClinux RAM/ROM filesystem support"
depends on MTD_PARTITIONS && !MMU depends on MTD_PARTITIONS && MTD_RAM && !MMU
help help
Map driver to support image based filesystems for uClinux. Map driver to support image based filesystems for uClinux.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment